diff --git a/vercel.json b/vercel.json index 56660e8..d36f235 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,9 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "pnpm run build:web", + "outputDirectory": "apps/web/.next", + "installCommand": "pnpm install", + "framework": "nextjs", "git": { "deploymentEnabled": { "main": true