Run dist build with tsx loader
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "tsx src/index.ts",
|
||||
"start:dist": "node --experimental-specifier-resolution=node dist/index.js",
|
||||
"start:dist": "tsx dist/index.js",
|
||||
"smoke:cleanup": "node scripts/smoke-cleanup.mjs",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"db:migrate": "tsx scripts/migrate.mts",
|
||||
|
||||
Reference in New Issue
Block a user