This commit is contained in:
Zy
2026-04-08 14:30:29 +08:00
parent dc3080db32
commit cd292d5bf4
21 changed files with 188 additions and 62 deletions

View File

@@ -31,6 +31,10 @@ export default defineConfig(({ mode, command }) => {
}
}
},
build: {
outDir: 'dist',
cleanOutDir: true
},
css: {
preprocessorOptions: {
scss: {