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