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:
tedspare
2025-11-18 16:17:25 -05:00
parent 2873ea9c40
commit 91a79e7ae1
3 changed files with 51 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start": "bun run index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},