Files
clientsflow/nixpacks.toml
2026-02-20 12:10:25 +07:00

9 lines
250 B
TOML

[phases.install]
cmds = ["cd frontend && npm ci --legacy-peer-deps"]
[phases.build]
cmds = ["cd frontend && npm run db:generate", "cd frontend && npm run build"]
[start]
cmd = "cd frontend && npm run preview -- --host 0.0.0.0 --port ${PORT:-3000}"