Files
clientsflow/nixpacks.toml

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}"