grasscutterTools/.env.development
2022-05-02 18:38:10 +08:00

10 lines
290 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发环境
VITE_APP_TITLE = fast-vue3
# 接口请求地址,会设置到 axios 的 baseURL 参数上
VITE_APP_API_BASEURL = /api
# 调试工具,可设置 eruda 或 vconsole如果不需要开启则留空
VITE_APP_DEBUG_TOOL = vconsole
# 是否开启代理
VITE_OPEN_PROXY0 = true