FireTech-Message-server / railway.json
Dhurgh's picture
Initial commit: updated chat app
272dfc6
Raw
History Blame Contribute Delete
228 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "npm start",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}