{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS", "buildCommand": "echo 'Meta repo has no build step'", "startCommand": "echo 'No runtime service'" }, "deploy": { "healthcheckPath": "/", "restartPolicyType": "NEVER" } }