fix: 恢复前端环境配置跟随仓库
This commit is contained in:
parent
6408878bb2
commit
5b713ce0a1
2
.env.development
Normal file
2
.env.development
Normal file
@ -0,0 +1,2 @@
|
||||
VITE_APP_API_BASE = "/api"
|
||||
VITE_APP_PROXY = "http://192.168.0.49:48085/"
|
||||
2
.env.production
Normal file
2
.env.production
Normal file
@ -0,0 +1,2 @@
|
||||
VITE_APP_API_BASE=/api
|
||||
VITE_APP_PROXY=http://localhost:48085/
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@ -3,10 +3,9 @@ node_modules
|
||||
dist
|
||||
TODOs.md
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
# local env override files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# jetbrains files
|
||||
.idea
|
||||
|
||||
Loading…
Reference in New Issue
Block a user