diff --git a/vercel.json b/vercel.json index 5e29aa3..5b3a379 100644 --- a/vercel.json +++ b/vercel.json @@ -12,6 +12,8 @@ "dest": "dist/main.js" } ], + "buildCommand": "pnpm build", + "outputDirectory": "dist", "env": { "NODE_ENV": "production" }