diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..b4b07570 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "framework": "nextjs", + "installCommand": "corepack pnpm@10.30.0 --dir frontend install --frozen-lockfile", + "buildCommand": "pnpm --dir frontend build" +}