From efb535eb3df277e3d4741538109b7b5900364f62 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 7 May 2026 01:31:14 -0600 Subject: [PATCH] update --- rsbuild.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/rsbuild.config.ts b/rsbuild.config.ts index 855f2fe..97200d4 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -9,7 +9,6 @@ export default defineConfig({ template: "./index.html", }, source: { - // include: [/node_modules[\\/]marked[\\/]/], entry: { index: "./src/main.ts", },