15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS",
|
|
"buildCommand": "npm run build"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "npm start",
|
|
"healthcheckPath": "/health",
|
|
"healthcheckTimeout": 30,
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 3
|
|
}
|
|
}
|