Files
html/edge-proxy/railway.json
2026-04-12 22:57:03 +02:00

6 lines
182 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": { "builder": "NIXPACKS" },
"deploy": { "startCommand": "node server.js", "restartPolicyType": "ON_FAILURE" }
}