Switch to watch mode
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-10-07 00:45:42 +02:00
parent 411aea0a29
commit 6c9dcaafc6

View File

@@ -7,7 +7,7 @@
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"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",
"start:bun": "NODE_ENV=production bun ./dist/entrypoint.bun.js",
"start:node": "NODE_ENV=production node --enable-source-maps ./dist/entrypoint.node.js",