fix(ui): 兼容 HTTP 复制并固化开发启停
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
"test:postgres-runtime": "tsx scripts/test-postgres-runtime.ts",
|
||||
"test:collection-status": "tsx scripts/test-sqlite-collection-status.ts",
|
||||
"test:review-rounds": "tsx scripts/test-sqlite-review-rounds.ts",
|
||||
"dev:start": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev.ps1 start",
|
||||
"dev:restart": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev.ps1 restart",
|
||||
"dev:stop": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev.ps1 stop",
|
||||
"dev:status": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev.ps1 status",
|
||||
"dev": "concurrently \"npm run client:dev\" \"npm run server:dev\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user