chore: Delete unnecessary files

This commit is contained in:
vben
2024-08-01 21:33:32 +08:00
parent 06ad5ad871
commit f4bd0530cc
14 changed files with 0 additions and 188 deletions

View File

@@ -1,15 +0,0 @@
import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({
clean: true,
declaration: true,
entries: [
'src/index',
{
builder: 'mkdist',
input: './src/langs',
// loaders: ['postcss'],
outDir: './dist/langs',
},
],
});