fix: 修正前端运行Command

前端运行命令应该为`pnpm dev`
pull/1270/head
胡闹 2024-05-23 11:00:26 +08:00 committed by GitHub
parent 936c11db47
commit 83c3607fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot
- run
```bash
pnpm serve
pnpm dev
```