chore: remove backend URL setup instructions from README files

This commit is contained in:
2026-03-06 17:55:05 +08:00
parent 37693eb60a
commit 8966dcc969
2 changed files with 0 additions and 6 deletions

View File

@@ -219,9 +219,6 @@ npm install
# Create configuration file # Create configuration file
cp .env.example .env cp .env.example .env
# Edit .env to set backend URL
echo "VITE_API_URL=http://localhost:8000" > .env
# Start development server # Start development server
npm run dev npm run dev
``` ```

View File

@@ -219,9 +219,6 @@ npm install
# 创建配置文件 # 创建配置文件
cp .env.example .env cp .env.example .env
# 编辑 .env 设置后端地址
echo "VITE_API_URL=http://localhost:8000" > .env
# 启动开发服务器 # 启动开发服务器
npm run dev npm run dev
``` ```