From 83bcfd5ca30589048595a83db1ffd84524bb9ee1 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Sun, 22 Dec 2024 22:18:58 +0800 Subject: [PATCH] chore: update --- website/docs/en/guide/basic/cli.mdx | 2 +- website/docs/zh/guide/basic/cli.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/en/guide/basic/cli.mdx b/website/docs/en/guide/basic/cli.mdx index b90506f16b..f587005e6e 100644 --- a/website/docs/en/guide/basic/cli.mdx +++ b/website/docs/en/guide/basic/cli.mdx @@ -199,7 +199,7 @@ The `rslib mf-dev` command is utilized to start Rsbuild dev server for the [Modu This enables you to develop and debug your mf format module within the host app. ```text -Usage: rslib mf [options] +Usage: rslib mf-dev [options] start Rsbuild dev server of Module Federation format diff --git a/website/docs/zh/guide/basic/cli.mdx b/website/docs/zh/guide/basic/cli.mdx index bd31387abc..9248921578 100644 --- a/website/docs/zh/guide/basic/cli.mdx +++ b/website/docs/zh/guide/basic/cli.mdx @@ -199,7 +199,7 @@ Inspect config succeed, open following files to view the content: 这允许你在 host 应用中访问和调试 mf 格式的模块。 ```text -Usage: rslib mf [options] +Usage: rslib mf-dev [options] 为 Module Federation 格式的库启用 Rsbuild 开发服务器。