Spaces:
Runtime error
Runtime error
File size: 228 Bytes
272dfc6 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "npm start",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
|