feat: ship usable local v1 with demo, workers, approvals, and docker support

This commit is contained in:
Codex
2026-03-23 12:59:41 +08:00
parent 0ab83990b2
commit 515ce72d0d
14 changed files with 1015 additions and 215 deletions

View File

@@ -8,7 +8,9 @@
"build": "tsc -p tsconfig.json",
"start": "node dist/server.js",
"check": "tsc --noEmit -p tsconfig.json",
"worker": "tsx src/worker.ts"
"worker": "tsx src/worker.ts",
"demo": "tsx src/demo.ts",
"smoke": "tsx src/smoke.ts"
},
"dependencies": {
"@fastify/static": "^8.2.0",
@@ -20,4 +22,3 @@
"typescript": "^5.9.2"
}
}