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": { "build": {
"builder": "NIXPACKS", "builder": "NIXPACKS",
"buildCommand": "npm install && npm run build" "buildCommand": "echo 'Meta repo has no build step'",
"startCommand": "echo 'No runtime service'"
}, },
"deploy": { "deploy": {
"startCommand": "npm start", "healthcheckPath": "/",
"healthcheckPath": "/health", "restartPolicyType": "NEVER"
"restartPolicyType": "ON_FAILURE"
} }
} }