fabro/railway.toml
Bryan Helmkamp ecdfdd82d8
feat(install): add browser-based setup flow
Implement the web-first install experience across the server, CLI, API spec,
web app, and packaged SPA assets.

This also removes test-side process env mutation by pushing env-dependent
decision points behind explicit helpers and test wiring.
2026-04-19 11:20:58 -04:00

8 lines
163 B
TOML

[build]
builder = "dockerfile"
dockerfilePath = "Dockerfile.deploy"
[deploy]
healthcheckPath = "/health"
restartPolicyType = "ALWAYS"
restartPolicyMaxRetries = 5