fix(runtime): make production commands executable
This commit is contained in:
@@ -7,16 +7,17 @@
|
||||
"scripts": {
|
||||
"test": "vitest run --root ../.. apps/api/src",
|
||||
"typecheck": "tsc -p tsconfig.json",
|
||||
"canary": "node --experimental-strip-types src/canary-cli.ts",
|
||||
"start:production": "node --experimental-strip-types src/production-cli.ts",
|
||||
"migration": "node --experimental-strip-types src/application/legacy-import/migration-command.ts"
|
||||
"canary": "tsx src/canary-cli.ts",
|
||||
"start:production": "tsx src/production-cli.ts",
|
||||
"migration": "tsx src/application/legacy-import/migration-command.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@multi-simadmin/contracts": "workspace:*",
|
||||
"@multi-simadmin/operation-registry": "workspace:*",
|
||||
"better-sqlite3": "12.11.1",
|
||||
"drizzle-orm": "0.45.2",
|
||||
"fastify": "5.10.0"
|
||||
"fastify": "5.10.0",
|
||||
"tsx": "4.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "7.6.13",
|
||||
|
||||
Reference in New Issue
Block a user