feat: 初始化web项目,接口创建种子用户
This commit is contained in:
12
apps/web/.env.local.example
Normal file
12
apps/web/.env.local.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 本地环境变量示例文件
|
||||
# 复制此文件为 .env.local 并根据实际情况修改
|
||||
# .env.local 文件会被 git 忽略,用于本地开发时的个性化配置
|
||||
|
||||
# 开发服务器端口(覆盖默认配置)
|
||||
# VITE_PORT=5173
|
||||
|
||||
# API 基础地址(本地开发时可能需要指向不同的后端地址)
|
||||
# VITE_API_BASE_URL=http://localhost:3200/api
|
||||
|
||||
# 如果本地后端运行在不同的端口,可以这样配置:
|
||||
# VITE_API_BASE_URL=http://localhost:3000/api
|
||||
Reference in New Issue
Block a user