From 97285007826cf38e48cb4535e9eca20b53aa3edd Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:45:46 +0800 Subject: [PATCH] fix(lib): bring back assets --- tsdown-lib.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tsdown-lib.config.ts b/tsdown-lib.config.ts index a6d4053bb..9f7ceaef2 100644 --- a/tsdown-lib.config.ts +++ b/tsdown-lib.config.ts @@ -7,5 +7,6 @@ export default defineConfig({ clean: true, dts: true, plugins: [artTemplatesPlugin()], + copy: ['lib/assets'], outDir: 'dist-lib', });