[build] builder = "NIXPACKS" buildCommand = "npm install && npm run build" [deploy] startCommand = "npm start" restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 10 [[services]] name = "api" port = 3000 [services.health-check] path = "/health" interval = 30 timeout = 10