mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 15:30:25 +08:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
# 本地环境
|
|
ENV = 'development'
|
|
|
|
VITE_OPEN = true
|
|
|
|
# 本地环境接口地址
|
|
VITE_API_URL = '/api' |