fix(lib): bring back assets

This commit is contained in:
Stephen Zhou 2025-11-26 21:45:46 +08:00
parent d3b8c48e94
commit 9728500782
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ export default defineConfig({
clean: true,
dts: true,
plugins: [artTemplatesPlugin()],
copy: ['lib/assets'],
outDir: 'dist-lib',
});