forked from MapComplete/MapComplete
Add github hash to service worker to auto-update caches
This commit is contained in:
parent
bbe1d7c35e
commit
631108954e
3 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
const version = "0.0.8"
|
||||
const version = "0.0.8-GITHUB-COMMIT"
|
||||
|
||||
interface ServiceWorkerFetchEvent extends Event {
|
||||
request: RequestInfo & {url: string},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue