Update Railway placeholder

This commit is contained in:
Alexa Amundson
2025-11-21 13:46:37 -06:00
parent 93a308f0b6
commit f850bf721b

View File

@@ -1,11 +1,12 @@
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "npm install && npm run build"
"buildCommand": "echo 'Meta repo has no build step'",
"startCommand": "echo 'No runtime service'"
},
"deploy": {
"startCommand": "npm start",
"healthcheckPath": "/health",
"restartPolicyType": "ON_FAILURE"
"healthcheckPath": "/",
"restartPolicyType": "NEVER"
}
}