fix(cache): rename chche package to cache (#5)

This commit is contained in:
jinmao88
2024-06-23 13:40:46 +08:00
committed by GitHub
parent 1279872089
commit 303a200427
8 changed files with 1 additions and 1 deletions

View File

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