refactor: move service-worker out of utils
This commit is contained in:
parent
2291ecda6a
commit
07ee133ec7
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default defineConfig({
|
|||
}),
|
||||
integrations: [
|
||||
serviceWorker({
|
||||
path: "./src/utils/sw.js",
|
||||
path: "./src/sw.js",
|
||||
assetCachePrefix: 'cozy-reader',
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue