fix: vite-config warmup config (#4693)
parent
307a71fb35
commit
234544c40d
|
@ -84,7 +84,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) {
|
||||||
// 预热文件
|
// 预热文件
|
||||||
clientFiles: [
|
clientFiles: [
|
||||||
'./index.html',
|
'./index.html',
|
||||||
'./bootstrap.ts',
|
'./src/bootstrap.ts',
|
||||||
'./src/{views,layouts,router,store,api}/*',
|
'./src/{views,layouts,router,store,api}/*',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue