Production Build Setup

* Use Dist folder instead of runtime hosting

Signed-off-by: Indrajith K L <indrajith@indrajith.dev>
This commit is contained in:
2026-07-05 20:40:27 +05:30
parent 746593c60d
commit 9e68fa4cea
3 changed files with 54 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "bun --hot src/index.ts",
"start": "NODE_ENV=production bun src/index.ts",
"start": "bun run build && NODE_ENV=production bun src/index.ts",
"build": "bun run build.ts"
},
"dependencies": {