This commit is contained in:
张成
2026-03-25 19:01:28 +08:00
parent 5b654824b4
commit 7d0a921805
27 changed files with 560 additions and 245 deletions

View File

@@ -67,7 +67,7 @@
"test": "node __tests__/http_interface_test.js",
"load": "node __tests__/loadtest-both.js",
"api": " nodemon ./app.js ",
"serve": "cd ./admin&&npm run serve -- --port 9000 ",
"serve": "cd ./admin&&npm run dev -- --port 9001 ",
"build": "cd ./admin&&npm run build "
},
"license": "MIT"