feat: ordered dev startup with concurrently + wait-on (server → admin)

This commit is contained in:
2026-07-09 10:26:49 +08:00
parent 731f74e51a
commit 5ddd6d305a
3 changed files with 240 additions and 32 deletions

View File

@@ -3,7 +3,11 @@
"ui": "tui",
"tasks": {
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
"dev": { "cache": false, "persistent": true },
"dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true
},
"lint": {},
"test": {},
"format": { "cache": false },