forked from MapComplete/MapComplete
Feature: offline: more features to be able to work fully offline
This commit is contained in:
parent
825efdee34
commit
06aa8a3406
23 changed files with 203 additions and 60 deletions
|
@ -9,7 +9,7 @@ class PrepareServiceWorker extends Script {
|
|||
}
|
||||
|
||||
public async main() {
|
||||
const v = Constants.vNumber
|
||||
const v = Constants.vNumber + "-" + new Date().getTime()
|
||||
writeFileSync("./src/service-worker/SWGenerated.ts",
|
||||
["export class SWGenerated {",
|
||||
"// generated by scripts/prepareServiceWorker.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue