From 27bc13646f182f81c6f61d4acc7c2e3065adbbfb Mon Sep 17 00:00:00 2001 From: fantasticit Date: Sat, 21 May 2022 22:11:13 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 737145c5..e21eb258 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ pnpm install pnpm run dev ``` -前台页面地址:`http://localhost:5002`。 -服务接口地址:`http://localhost:5001`。 -协作接口地址:`http://localhost:5003`。 +- 前台页面地址:`http://localhost:5001`。 +- 服务接口地址:`http://localhost:5002`。 +- 协作接口地址:`http://localhost:5003`。 -如需修改配置,可在 `packages/config/yaml` 下进行配置。 +如需修改配置,可在 `dev.yaml` 中进行配置。 ### 配置文件