From 1dc6715345f53dd9365038811f2cc48c61738090 Mon Sep 17 00:00:00 2001 From: lichao <2483469113@qq.com> Date: Wed, 25 Feb 2026 11:59:30 +0000 Subject: [PATCH] fix: add buildCommand and outputDirectory to vercel.json --- vercel.json | 2 ++ 1 file changed, 2 insertions(+) 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" }