mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
12 lines
188 B
Bash
12 lines
188 B
Bash
# port
|
|
VITE_PORT = 8848
|
|
|
|
# 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" ] ]
|