chore: web ui/api move

This commit is contained in:
手瓜一十雪
2024-05-06 21:12:34 +08:00
parent 4414c73543
commit 31bc94c9ff
9 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ export default defineConfig({
target: 'esnext',
minify: false,
lib: {
entry: 'src/NapCat.ts',
entry: 'ui/NapCat.ts',
formats: ['es'],
fileName: () => 'renderer.js',
}