feat: add Railway deploy workflow and Bun server\n\n- Bun HTTP server listening on PORT\n- start script for Nixpacks\n- GitHub Action for Railway deploy
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun run index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user