mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
# 接口地址
|
|
VITE_API_BASEURL = http://127.0.0.1:82
|
|
|
|
# 本地端口
|
|
VITE_PORT = 81
|
|
|
|
# 开启设置抽屉
|
|
VITE_SET_DRAWER = true
|
|
|
|
# 本地环境
|
|
NODE_ENV = development
|