We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f71812 commit 487839eCopy full SHA for 487839e
website/docs/en/guide/solution/nodejs.mdx
@@ -23,7 +23,7 @@ Then select `Node.js` when prompted to "Select template".
23
24
Rslib offers seamless support for Node.js projects, allowing you to build Node.js project effortlessly with minimal configuration.
25
26
-For example, in `rsbuild.config.ts`:
+For example, in `rslib.config.ts`:
27
28
```ts title="rslib.config.ts"
29
import { defineConfig } from '@rslib/core';
website/docs/zh/guide/solution/nodejs.mdx
@@ -23,7 +23,7 @@ import { PackageManagerTabs } from '@theme';
Rslib 为 Node.js 项目提供无缝支持,允许以最少的配置轻松构建 Node.js 项目。
-例如, 在 `rsbuild.config.ts`:
+例如,在 `rslib.config.ts`:
0 commit comments