fix: 修复最大缓存文件大小设置,确保缓存管理正常
This commit is contained in:
@@ -76,6 +76,7 @@ export default defineConfig({
|
||||
cleanupOutdatedCaches: true,
|
||||
clientsClaim: true,
|
||||
skipWaiting: true,
|
||||
maximumFileSizeToCacheInBytes: 100 * 1024 * 1024, // 100 MB
|
||||
},
|
||||
}),
|
||||
// basicSsl(),
|
||||
|
||||
Reference in New Issue
Block a user