Files
agent-park/nixpacks.toml
T

9 lines
209 B
TOML

[phases.install]
cmds = ["corepack enable", "pnpm install --frozen-lockfile"]
[phases.build]
cmds = ["pnpm prisma generate", "pnpm build"]
[start]
cmd = "pnpm exec next start --hostname 0.0.0.0 --port 3000"