From 6b4bf0fb11309ff7e39c66d60079b80d8cac1db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Mon, 2 Feb 2026 13:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 11 ----------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 .env.development diff --git a/.env.development b/.env.development deleted file mode 100644 index cda5ee5..0000000 --- a/.env.development +++ /dev/null @@ -1,11 +0,0 @@ -# port 端口号 -VITE_PORT=8888 - -#浏览器自动打开 -VITE_OPEN=true - -# 本地环境 -ENV=development - -# ADMIN 服务地址 -VITE_ADMIN_PROXY_PATH = http://scj-v3.zhxy.link/api diff --git a/.gitignore b/.gitignore index b81c129..64e015e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ pnpm-lock.yaml # cursor review final_review_gate.py -.cursor/ \ No newline at end of file +.cursor/ +.env.development \ No newline at end of file