Skip to content

Commit 9d96178

Browse files
committed
enable bytecode compilation
1 parent eac1359 commit 9d96178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"check": "biome check .",
1414
"build": "bun run scripts/build.ts",
1515
"build:prod": "bun run scripts/build.ts BUN_ENV=production && workbox injectManifest workbox-config.json",
16-
"compile": "bun build --compile --minify --sourcemap src/server/index.ts --outfile main",
16+
"compile": "bun build --compile --minify --sourcemap --bytecode src/server/index.ts --outfile main",
1717
"dev": "vite",
1818
"start": "bun run src/server/index.ts"
1919
},

0 commit comments

Comments
 (0)