From ecb83699f116856961cc9a2019f9c7437d4ea27c Mon Sep 17 00:00:00 2001 From: smileluck <12386904+smileluck@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:03:28 +0800 Subject: [PATCH] fix(release): config .env VITE_SERVICE_ENV --- .env.development | 2 +- .env.production | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index e980e585..3f85d1e4 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ VITE_HTTP_PROXY=Y - +VITE_SERVICE_ENV=dev \ No newline at end of file diff --git a/.env.production b/.env.production index 3b8d6a56..abdbd919 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,3 @@ VITE_ROUTER_HISTORY_MODE=history -VITE_SOURCE_MAP=N \ No newline at end of file +VITE_SOURCE_MAP=N +VITE_SERVICE_ENV=prod \ No newline at end of file