🐛 PWA service worker location

This commit is contained in:
MarceauKa 2020-03-01 17:43:36 +01:00
parent cfbd7706bf
commit 068d5ad1e5
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class PwaController extends Controller
]
],
'serviceworker' => [
'src' => url('serviceworker.js'),
'src' => route('pwa.worker'),
],
'generated' => true,
];

View File

@ -11,6 +11,7 @@
## Fixed
- PWA service worker location
- Update migration `UpdateLoginsAndDevicesTable` for compatibility with SQLite ([#68](https://github.com/MarceauKa/shaark/issues/68))
- Exports columns name are now translated