From c20f163c37b86c74b3233746ec31a7aa33c99fa0 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Mon, 16 Dec 2024 22:31:49 +0800 Subject: [PATCH] docs: config name typo --- website/docs/en/guide/solution/nodejs.mdx | 2 +- website/docs/zh/guide/solution/nodejs.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/en/guide/solution/nodejs.mdx b/website/docs/en/guide/solution/nodejs.mdx index 2c0650bb1..140b09514 100644 --- a/website/docs/en/guide/solution/nodejs.mdx +++ b/website/docs/en/guide/solution/nodejs.mdx @@ -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'; diff --git a/website/docs/zh/guide/solution/nodejs.mdx b/website/docs/zh/guide/solution/nodejs.mdx index 55683570d..40fdb5abe 100644 --- a/website/docs/zh/guide/solution/nodejs.mdx +++ b/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`: ```ts title="rslib.config.ts" import { defineConfig } from '@rslib/core';