提交 665cbd9b authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 添加前端环境文件

上级 892222d9
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
# just a flag
ENV = 'development'
# base api, e.g., '/dev'
VUE_APP_BASE_API = ''
# just a flag
ENV = 'production'
# base api, e.g., '/prod'
VUE_APP_BASE_API = ''
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论