1[build] 2builder = "nixpacks" 3 4[deploy] 5startCommand = "bun run server.ts" 6healthcheckPath = "/health" 7healthcheckTimeout = 30 8restartPolicyType = "on_failure" 9restartPolicyMaxRetries = 3