From 303e32f599f34ce138bbbcdb3d200746b52e5243 Mon Sep 17 00:00:00 2001 From: kurihada Date: Tue, 3 Mar 2026 16:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E8=A1=A5?= =?UTF-8?q?=E5=85=85=20JWT=5FSECRET=20=E9=81=BF=E5=85=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E7=94=A8=E4=BE=8B=E5=9C=A8=20CI=20=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.ts b/vitest.config.ts index f3ae37c..30836f4 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -8,6 +8,7 @@ const shared = { env: { AMAP_API_KEY: "test-amap-key", DEEPSEEK_API_KEY: "test-deepseek-key", + JWT_SECRET: "test-jwt-secret", }, } as const;