fix: 初始化
This commit is contained in:
13
packages/icpx-message/.env.development
Normal file
13
packages/icpx-message/.env.development
Normal file
@ -0,0 +1,13 @@
|
||||
VUE_APP_PREVIEW=true
|
||||
VUE_APP_API_BASE_URL=/api
|
||||
MOCK=true
|
||||
HTTP_MOCK=true
|
||||
VUE_APP_SOCKET_URL=ws://10.0.65.251:59211/
|
||||
|
||||
VITE_APP_PREVIEW=true
|
||||
VITE_APP_API_BASE_URL=/api
|
||||
VITE_MOCK=true
|
||||
VITE_HTTP_MOCK=true
|
||||
VITE_APP_SOCKET_URL=ws://10.0.65.251:59211/
|
||||
|
||||
VITE_REMOTE_ICPX_PLATFORM = http://localhost:4000
|
Reference in New Issue
Block a user