fix: support service worker toggle in prod and dev
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m5s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m5s
This commit is contained in:
@@ -163,10 +163,10 @@
|
||||
"reinstall": "Reinstall Service Worker",
|
||||
"reinstallError": "Error reinstalling Service Worker",
|
||||
"devServiceWorker": {
|
||||
"label": "Service Worker in development",
|
||||
"description": "Enable Service Worker in dev mode to test cache/offline behavior. A reload is applied.",
|
||||
"saved": "Dev Service Worker preference updated",
|
||||
"error": "Failed to update dev Service Worker preference"
|
||||
"label": "Service Worker",
|
||||
"description": "Enable or disable the Service Worker. Defaults: disabled in dev, enabled in prod. A reload is applied.",
|
||||
"saved": "Service Worker preference updated",
|
||||
"error": "Failed to update Service Worker preference"
|
||||
},
|
||||
"entry": "entry",
|
||||
"entries": "entries",
|
||||
|
||||
Reference in New Issue
Block a user