Skip to content

Commit b67f9ea

Browse files
authored
Update website/docs/zh/config/rsbuild/source.mdx
1 parent 23fcde4 commit b67f9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/zh/config/rsbuild/source.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';
2020

2121
## source.entry <RsbuildDocBadge path="/config/source/entry" text="source.entry" />
2222

23-
- **命令行:** `--entry <path>`可重复,例如 `--entry index=src/index.ts``--entry src/index.ts`
23+
- **命令行:** `--entry <path>`可重复,例如 `--entry index=src/index.ts``--entry src/index.ts`
2424

2525
命令行参数支持两种格式:
2626
1. `key=value`:显式指定入口名称,例如 `--entry main=src/main.ts`

0 commit comments

Comments
 (0)