Spaces:
Build error
Build error
| # Railway Deployment Configuration | |
| # This file tells Railway how to build and deploy your backend | |
| [build] | |
| builder = "NIXPACKS" | |
| [deploy] | |
| startCommand = "cd apps/backend && node server.js" | |
| healthcheckPath = "/health" | |
| healthcheckTimeout = 100 | |
| restartPolicyType = "ON_FAILURE" | |
| restartPolicyMaxRetries = 10 | |