fix: webui build

This commit is contained in:
手瓜一十雪
2024-05-05 15:17:17 +08:00
parent f95db623a5
commit 31fe2f6da4
13 changed files with 413 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ const baseConfigPlugin: PluginOption[] = [
targets: [
// ...external.map(genCpModule),
{ src: './src/napcat.json', dest: 'dist/config/' },
{ src: './static/', dest: 'dist/static/', flatten: false },
{ src: './src/onebot11/onebot11.json', dest: 'dist/config/' },
{ src: './package.json', dest: 'dist' },
{ src: './README.md', dest: 'dist' },