Update docker minor+patch+digest updates #76

Open
renovate-bot wants to merge 58 commits from renovate/docker-minor-patch-digest into master
Showing only changes of commit 6c9dcaafc6 - Show all commits
+1 -1
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",