afe1
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
internal/vite-config/src/config/application.ts
|
|
|
@ -84,7 +84,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) { |
|
|
|
// 预热文件
|
|
|
|
clientFiles: [ |
|
|
|
'./index.html', |
|
|
|
'./bootstrap.ts', |
|
|
|
'./src/bootstrap.ts', |
|
|
|
'./src/{views,layouts,router,store,api}/*', |
|
|
|
], |
|
|
|
}, |
|
|
|
|