Update Node.js to v24 #63

Open
renovate-bot wants to merge 56 commits from renovate/node-24.x into master
Showing only changes of commit 6c9dcaafc6 - Show all commits
+1 -1
View File
@@ -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",