fix: demo add rsbuild file

This commit is contained in:
dragooncjw 2025-03-18 19:20:24 +08:00
parent f30ebc44fe
commit fa53c400aa
6 changed files with 7 additions and 6 deletions

View File

@ -11,7 +11,7 @@
".gitignore", ".gitignore",
"index.html", "index.html",
"package.json", "package.json",
"rspack.config.js", "rsbuild.config.ts",
"tsconfig.json" "tsconfig.json"
], ],
"scripts": { "scripts": {

View File

@ -11,7 +11,7 @@
".gitignore", ".gitignore",
"index.html", "index.html",
"package.json", "package.json",
"rspack.config.js", "rsbuild.config.ts",
"tsconfig.json" "tsconfig.json"
], ],
"scripts": { "scripts": {

View File

@ -11,7 +11,7 @@
".gitignore", ".gitignore",
"index.html", "index.html",
"package.json", "package.json",
"rspack.config.js", "rsbuild.config.ts",
"tsconfig.json" "tsconfig.json"
], ],
"scripts": { "scripts": {

View File

@ -11,7 +11,7 @@
".gitignore", ".gitignore",
"index.html", "index.html",
"package.json", "package.json",
"rspack.config.js", "rsbuild.config.ts",
"tsconfig.json" "tsconfig.json"
], ],
"scripts": { "scripts": {

View File

@ -11,7 +11,7 @@
".gitignore", ".gitignore",
"index.html", "index.html",
"package.json", "package.json",
"rspack.config.js", "rsbuild.config.ts",
"tsconfig.json" "tsconfig.json"
], ],
"scripts": { "scripts": {

View File

@ -9,7 +9,8 @@
"douyinfe", "douyinfe",
"Sandpack", "Sandpack",
"codesandbox", "codesandbox",
"rspack" "rspack",
"rsbuild"
], ],
"ignoreWords": [], "ignoreWords": [],
"import": [] "import": []