Files
mayfly-go/frontend/.env.development

11 lines
169 B
Plaintext
Raw Normal View History

# 本地环境
ENV = 'development'
2023-12-28 17:21:33 +08:00
VITE_OPEN = true
# 本地环境接口地址
2023-09-26 17:38:52 +08:00
VITE_API_URL = '/api'
# 路由模式
# Optional: hash | history
VITE_ROUTER_MODE = hash