mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-04 04:08:54 +08:00
6 lines
137 B
Bash
6 lines
137 B
Bash
|
# public path
|
||
|
VITE_PUBLIC_PATH = /
|
||
|
|
||
|
# Cross-domain proxy, you can configure multiple
|
||
|
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]
|