Skip to content

Commit

Permalink
fix: vite-config warmup config (vbenjs#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzzyf authored and GavinLucky committed Oct 23, 2024
1 parent e660355 commit de052a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vite-config/src/config/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) {
// 预热文件
clientFiles: [
'./index.html',
'./bootstrap.ts',
'./src/bootstrap.ts',
'./src/{views,layouts,router,store,api}/*',
],
},
Expand Down

0 comments on commit de052a0

Please sign in to comment.