This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"lint:tsc": "tsc --noEmit",
|
"lint:tsc": "tsc --noEmit",
|
||||||
"lint:biome": "biome lint",
|
"lint:biome": "biome lint",
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"dev:bun": "NODE_ENV=development bun --hot ./src/entrypoint.bun.ts",
|
"dev:bun": "NODE_ENV=development bun --watch ./src/entrypoint.bun.ts",
|
||||||
"dev:node": "NODE_ENV=development tsx --watch ./src/entrypoint.node.ts",
|
"dev:node": "NODE_ENV=development tsx --watch ./src/entrypoint.node.ts",
|
||||||
"start:bun": "NODE_ENV=production bun ./dist/entrypoint.bun.js",
|
"start:bun": "NODE_ENV=production bun ./dist/entrypoint.bun.js",
|
||||||
"start:node": "NODE_ENV=production node --enable-source-maps ./dist/entrypoint.node.js",
|
"start:node": "NODE_ENV=production node --enable-source-maps ./dist/entrypoint.node.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user