chore: 实现重新启动增量构建的功能

This commit is contained in:
wangxuefeng
2025-03-11 18:26:20 +08:00
parent 14d4519d03
commit f259d54035
10 changed files with 99 additions and 108 deletions

View File

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