{ "$schema": "https://railway.app/schema.json", "build": { "builder": "nixpacks" }, "deploy": { "startCommand": "npm start", "restartPolicyType": "on_failure", "restartPolicyMaxRetries": 3, "numReplicas": 1, "healthcheckPath": "/", "healthcheckTimeout": 30 } }