mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-02 11:17:39 +08:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
|
# port
|
||
|
VITE_PORT = 3001
|
||
|
|
||
|
# open
|
||
|
VITE_OPEN = false
|
||
|
|
||
|
# public path
|
||
|
VITE_PUBLIC_PATH = /
|
||
|
|
||
|
# Cross-domain proxy, you can configure multiple
|
||
|
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]
|