chore: add nixpacks deployment config

This commit is contained in:
2026-04-19 16:12:34 +08:00
parent 8dbc18c392
commit 2bd777c0a0
+8
View File
@@ -0,0 +1,8 @@
[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"