修改项目配置

This commit is contained in:
CrescentLeaf
2025-12-06 11:08:39 +08:00
parent d433ceb4a9
commit 02b0708426
6 changed files with 21 additions and 48 deletions

View File

@@ -8,7 +8,8 @@
"./client"
],
"scripts": {
"build-client-and-server": "npm run build-client && npm run server",
"install-dependencies": "npm install -d --workspaces",
"debug": "npm run build-client && npx tsx --watch ./server/main.ts",
"server": "npx tsx ./server/main.ts",
"build-client": "cd client && npm run build"
},