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