Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/en/guide/solution/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Then select `Node.js` when prompted to "Select template".

Rslib offers seamless support for Node.js projects, allowing you to build Node.js project effortlessly with minimal configuration.

For example, in `rsbuild.config.ts`:
For example, in `rslib.config.ts`:

```ts title="rslib.config.ts"
import { defineConfig } from '@rslib/core';
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/solution/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { PackageManagerTabs } from '@theme';

Rslib 为 Node.js 项目提供无缝支持,允许以最少的配置轻松构建 Node.js 项目。

例如, 在 `rsbuild.config.ts`:
例如在 `rslib.config.ts`:

```ts title="rslib.config.ts"
import { defineConfig } from '@rslib/core';
Expand Down
Loading