# Railway Project Configuration [build] builder = "NIXPACKS" buildCommand = "npm install && npm run build" [deploy] startCommand = "npm start" healthcheckPath = "/api/health" healthcheckTimeout = 100 restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 10 [environments.production] serviceId = "blackroad-private-prod" [environments.staging] serviceId = "blackroad-private-staging"