2
0
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:
耗子
2024-10-12 19:13:33 +08:00
parent 6072332e1a
commit 86e4cff989
19 changed files with 64 additions and 76 deletions

View File

@@ -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()],