chore: format code

This commit is contained in:
vben
2024-05-25 09:47:15 +08:00
parent e042a03e11
commit 0732a8d853
34 changed files with 125 additions and 188 deletions

View File

@@ -88,7 +88,7 @@ function defineApplicationConfig(options: DefineAppcationOptions = {}) {
host: true,
warmup: {
// 预热文件
clientFiles: ['./index.html', './src/{views}/*'],
clientFiles: ['./index.html', './src/{views,layouts}/*'],
},
},
};