diff --git a/client/vercel.json b/client/vercel.json new file mode 100644 index 00000000..d017f0e2 --- /dev/null +++ b/client/vercel.json @@ -0,0 +1,5 @@ +{ + "installCommand": "pnpm install", + "buildCommand": "cd .. && pnpm build:common && pnpm build:client", + "framework": "nextjs" +} diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 87b658bf..00000000 --- a/vercel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "buildCommand": "pnpm build:common && pnpm build:client", - "installCommand": "pnpm -r install", - "outputDirectory": "client/.next", - "framework": "nextjs" -}