Update Railway build configuration

This commit is contained in:
Alexa Amundson
2025-11-21 18:41:19 -06:00
parent f1f3fc2140
commit 80581804dc

View File

@@ -2,7 +2,7 @@
"$schema": "https://railway.app/railway.schema.json", "$schema": "https://railway.app/railway.schema.json",
"build": { "build": {
"builder": "NIXPACKS", "builder": "NIXPACKS",
"buildCommand": "npm ci && npm run build" "command": "npm ci && npm run build"
}, },
"deploy": { "deploy": {
"startCommand": "HOSTNAME=0.0.0.0 PORT=8080 npm start", "startCommand": "HOSTNAME=0.0.0.0 PORT=8080 npm start",