Skip to content

Commit 7f9db8b

Browse files
committed
add vite-plugin-api-serve replace mockjs
1 parent b773243 commit 7f9db8b

9 files changed

+864
-12
lines changed

.env.development

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
BUILD_PATH=/
1+
BUILD_PATH=/
2+
VITE_BASH_URL=''

.env.production

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
BUILD_PATH=/
1+
BUILD_PATH=/
2+
VITE_BASH_URL=http://localhost:8080/

.env.staging

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
BUILD_PATH=/arco-work/
2-
BUILD_OUT_DIR=dist-staging
2+
BUILD_OUT_DIR=dist-staging
3+
VITE_BASH_URL=http://localhost:8080/

0 commit comments

Comments
 (0)