mirror of https://github.com/langgenius/dify.git
chore(web): disable Serwist dev logs (#30980)
This commit is contained in:
parent
b1b2c9636f
commit
42f991dbef
|
|
@ -21,6 +21,7 @@ const offlineUrl = `${basePath}/_offline.html`
|
|||
const serwist = new Serwist({
|
||||
precacheEntries: self.__SW_MANIFEST,
|
||||
skipWaiting: true,
|
||||
disableDevLogs: true,
|
||||
clientsClaim: true,
|
||||
navigationPreload: true,
|
||||
runtimeCaching: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue