From 83c3607fb22c7caf9efa4d84664e9b53a5e4dffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=97=B9?= Date: Thu, 23 May 2024 11:00:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E8=BF=90=E8=A1=8CCommand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 前端运行命令应该为`pnpm dev` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e906b..ccb5334 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot - run ```bash -pnpm serve +pnpm dev ```