From 864926031f33df58afe1ba00a1022c3f4fc9db06 Mon Sep 17 00:00:00 2001 From: changsun20 <110759360+changsun20@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:38:27 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E9=83=A8=E5=88=86=E6=96=87=E6=A1=A3=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dev/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/README.md b/docs/dev/README.md index b503364..361eecd 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -19,7 +19,7 @@ 1. 在`.env.dev`中添加`BISON_OUTER_URL`配置项 ```env - BISON_OUTER_URL="http://localhost:3000/bison/"` + BISON_OUTER_URL="http://localhost:3000/bison/" ``` 2. 运行 bot @@ -31,8 +31,8 @@ 3. 运行前端: ```bash - cd admin_fronted - pnpm dev + cd admin-frontend + pnpm start ``` ::: warning