From 3097d712d7071364dc3401b5906561dfa1cc02a6 Mon Sep 17 00:00:00 2001 From: lexluo09 <39718951+lexluo09@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:32:18 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9E=84=E5=BB=BA=E5=92=8C=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 构建和启动.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/构建和启动.md b/构建和启动.md index 07d7e52..47c75a3 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -13,7 +13,7 @@ 1. `sh assembly/bin/supersonic-build.sh` 执行构建 2. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务 3. IDE本地启动StandaloneLauncher -4. `sh webapp/start-fe-dev.sh`直接启动前端服务 +4. `sh start-fe-dev.sh`直接启动前端服务 5. http://localhost:9000 **注意这里是9000端口** * **Source Code启动**