From 8014eedd721a7a3c5f8f6db87ba161ef0dc00d33 Mon Sep 17 00:00:00 2001 From: ElyPrism Date: Fri, 24 Oct 2025 22:43:15 +0800 Subject: [PATCH] =?UTF-8?q?ci(vercel):=20=E6=B7=BB=E5=8A=A0vercel=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6,=20=E6=96=B9=E4=BE=BF=E4=B8=8B?= =?UTF-8?q?=E6=AC=A1=E9=83=A8=E7=BD=B2=E5=B0=B1=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=9C=A8outputdirectory=E8=BE=93=E5=85=A5"out/renderer"?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..c4d04df --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "outputDirectory": "out/renderer" +}