Files
clientsflow/Frontend/nixpacks.toml

9 lines
190 B
TOML

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