This commit is contained in:
2026-02-27 12:29:13 +08:00
commit 984d770e0f
1452 changed files with 128142 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({
clean: true,
declaration: true,
entries: ['src/index'],
});