Add github hash to service worker to auto-update caches

This commit is contained in:
Pieter Vander Vennet 2022-06-03 13:41:49 +02:00
parent bbe1d7c35e
commit 631108954e
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
const version = "0.0.8"
const version = "0.0.8-GITHUB-COMMIT"
interface ServiceWorkerFetchEvent extends Event {
request: RequestInfo & {url: string},