Files
blackroad-operating-system/services/blackroad-info-service/railway.json
2025-11-20 20:00:52 -06:00

12 lines
223 B
JSON

{
"build": {
"builder": "NIXPACKS",
"buildCommand": "npm install && npm run build"
},
"deploy": {
"startCommand": "npm start",
"healthcheckPath": "/health",
"restartPolicyType": "ON_FAILURE"
}
}