Initial release

This commit is contained in:
civ
2026-08-16 18:24:52 +07:00
commit 876886a39a
13244 changed files with 2353959 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
cd tools/webui
rm -rf node_modules
npm install
npm run format
npm run lint
npm run check
npm run build