You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Vite环境变量示例文件
|
|
# 复制此文件为.env并根据实际情况修改配置
|
|
|
|
# API基础URL
|
|
VITE_APP_API=http://localhost:8000/api/
|
|
|
|
# 应用标题
|
|
VITE_APP_TITLE=Admin Management System
|
|
|
|
# 开发环境配置
|
|
NODE_ENV=development
|