Files
2026-07-13 12:58:18 +08:00

9 lines
226 B
JSON

{
"$schema": "https://railway.com/railway.schema.json",
"build": { "builder": "NIXPACKS" },
"deploy": {
"startCommand": "npm run start -- --hostname 0.0.0.0 --port $PORT",
"restartPolicyType": "ON_FAILURE"
}
}