Make elysia build/run in cluster mode

This commit is contained in:
Dominic Ferrando
2026-06-23 12:35:25 -04:00
parent 736c770647
commit 09d0739055
4 changed files with 238 additions and 227 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"private": true,
"scripts": {
"dev": "bun run --hot src/index.ts",
"start": "bun run src/index.ts"
"start": "bun run src/index.ts",
"build": "bun build --compile --minify-whitespace --minify-syntax --target bun-linux-x64 --outfile dist/server src/index.ts"
},
"dependencies": {
"@blade-and-brawn/calculator": "workspace:*",