Build process fixes [ci-build]

This commit is contained in:
JannisX11 2023-11-13 21:34:41 +01:00
parent 51da891417
commit 9ab94ac95f
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
"lib/",
"font/",
"main.js",
"bundle.js",
"index.html",
"package.json",
"favicon.png",

View File

@ -8,6 +8,7 @@ workbox.generateSW({
'./favicon.png',
'./js/**/*',
'./bundle.js',
'./lib/**/*',
'./css/**/*',
'./assets/**/*',