mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 09:13:49 +08:00
refactor: 重命名openresty为nginx
This commit is contained in:
@@ -4,17 +4,7 @@ import { defineConfig, presetAttributify, presetUno } from 'unocss'
|
||||
const config: UserConfig = {
|
||||
content: {
|
||||
pipeline: {
|
||||
exclude: [
|
||||
'node_modules',
|
||||
'.git',
|
||||
'.github',
|
||||
'.vscode',
|
||||
'build',
|
||||
'dist',
|
||||
'public',
|
||||
'types',
|
||||
'./stats.html'
|
||||
]
|
||||
exclude: ['node_modules', '.git', '.github', '.vscode', 'build', 'dist', 'public', 'types']
|
||||
}
|
||||
},
|
||||
presets: [presetUno({ dark: 'class' }), presetAttributify()],
|
||||
|
||||
Reference in New Issue
Block a user