From 78aea5a148f05a48931deb9e1c90dab29cc00887 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 21:13:04 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20cypress.config=20allowCypressEnv?= =?UTF-8?q?=E6=94=B9=E4=B8=BAtrue=EF=BC=8C=E5=85=81=E8=AE=B8CI=E4=BC=A0ADM?= =?UTF-8?q?IN=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress.config.js b/frontend/cypress.config.js index fa794a0..650b0b8 100644 --- a/frontend/cypress.config.js +++ b/frontend/cypress.config.js @@ -9,6 +9,6 @@ export default defineConfig({ viewportHeight: 800, video: true, videoCompression: false, - allowCypressEnv: false, + allowCypressEnv: true, }, })