combine all service-worker scripts into a single file to try and ensure included scripts aren't lost

This commit is contained in:
2024-02-14 20:46:34 -07:00
parent ca70b19831
commit f517b09ed7
8 changed files with 75 additions and 28 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@
node_modules
/dist
signature.bin
# generated during `npm run build`
sw_scripts-combined.js
*.pem
verified.txt
myenv