feat: 添加 CaseRun native 热重载

This commit is contained in:
root
2026-07-17 03:11:45 +02:00
parent 1aaf2044f8
commit 73bda4bf1e
12 changed files with 474 additions and 23 deletions
+6
View File
@@ -6,6 +6,12 @@
"scripts": {
"deps": "node ../../scripts/worktree-deps.mjs --web",
"dev": "bun run deps --quiet && vite",
"dev:native-caserun": "CHOKIDAR_USEPOLLING=1 HWLAB_CASERUN_NATIVE_TEST=1 bun run dev",
"caserun:native": "bun scripts/caserun-native-supervisor.ts",
"caserun:native:start": "bun run scripts/caserun-native-service.ts start",
"caserun:native:stop": "bun run scripts/caserun-native-service.ts stop",
"caserun:native:status": "bun run scripts/caserun-native-service.ts status",
"caserun:native:logs": "bun run scripts/caserun-native-service.ts logs",
"check": "bun run deps --quiet && bun run scripts/tsc-check.ts && bun test scripts",
"check:tsc": "bun run deps --quiet && bun run scripts/tsc-check.ts",
"check:tsc-strict": "bun run deps --quiet && bun run scripts/tsc-check.ts --strict",