feat: ship usable local v1 with demo, workers, approvals, and docker support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user