chore: remove backend URL setup instructions from README files
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user