Files
wursor/vercel.json
T
2026-04-23 09:39:01 +01:00

7 lines
186 B
JSON

{
"framework": "nextjs",
"buildCommand": "pnpm --filter @originmain/app run build",
"outputDirectory": "packages/app/.next",
"installCommand": "pnpm install --frozen-lockfile"
}