mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-11 20:33:41 +08:00
build(projects): 配置优化
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { defineConfig, presetUno } from 'unocss';
|
||||
|
||||
export default defineConfig({
|
||||
exclude: ['node_modules', '.git', './stats.html'],
|
||||
exclude: ['node_modules', '.git', 'dist', 'mock', './stats.html'],
|
||||
presets: [presetUno({ dark: 'class' })],
|
||||
shortcuts: {
|
||||
'wh-full': 'w-full h-full',
|
||||
|
Reference in New Issue
Block a user