This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 项目基本地址
VITE_BASE_URL=/
# 项目名称
VITE_APP_NAME=NPin 后台管理系统
# 项目标题
VITE_APP_TITLE=NPin 后台管理系统
# 项目描述
VITE_APP_DESC=NPin Background Management System
# API访问地址
VITE_API_URL=/api
# 上传地址,optional
VITE_UPLOAD_URL=/api/upload
# API接口前缀
VITE_API_URL_PREFIX=
# 本地ICON前缀
VITE_ICON_LOCAL_PREFIX=nl
# UNOCSS ICON前缀
VITE_ICON_UNOCSS_PREFIX=i
# 是否开启请求代理
VITE_HTTP_PROXY=false
# 是否开启打包文件大小结果分析
# VITE_VISUALIZER=true
# 是否开启打包压缩 gzip | brotliCompress | deflate | deflateRaw
VITE_COMPRESS='none'
# 是否应用pwa
VITE_PWA=true
# 是否启用Markdown插件
VITE_MARKDOWN=true
# 是否开启Mock
VITE_USE_MOCK=false