清除历史版本

This commit is contained in:
luob
2025-12-23 17:08:57 +08:00
parent ae70d34cd0
commit f57c6ec302
3575 changed files with 0 additions and 387534 deletions

View File

@@ -1,14 +0,0 @@
import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({
clean: true,
declaration: true,
entries: [
'src/store',
'src/constants/index',
'src/utils/index',
'src/color/index',
'src/cache/index',
'src/global-state',
],
});