remove .dev

This commit is contained in:
Cjsah 2024-06-16 10:39:37 +08:00
parent f3d055c9bb
commit 96a3b6b802
No known key found for this signature in database
GPG Key ID: C7B4744DF32A9C6A
3 changed files with 1 additions and 4 deletions

View File

@ -1 +0,0 @@
VITE_API=http://192.168.10.11:1122

View File

@ -1 +0,0 @@
VITE_API=

View File

@ -12,9 +12,8 @@
| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 |
## 开发
> 需要阅读app提供后端服务,开发前修改环境变量`VITE_API`为阅读web服务地址
> 需要阅读app提供后端服务
```bash
echo "VITE_API=http://<ip>:<port>" > .env.development
pnpm dev
```