feat: pwa

This commit is contained in:
2024-12-05 10:02:21 +01:00
committed by Rainer Killinger
parent 6b06de4019
commit d4e15aa391
93 changed files with 666 additions and 72 deletions

View File

@@ -40,14 +40,16 @@
"glob": "CHANGELOG.md",
"input": ".",
"output": "assets"
}
},
"src/manifest.webmanifest"
],
"styles": [
{
"input": "src/global.scss",
"inject": true
}
]
],
"serviceWorker": "ngsw-config.json"
},
"configurations": {
"production": {
@@ -127,7 +129,8 @@
"glob": "**/*",
"input": "src/assets",
"output": "/assets"
}
},
"src/manifest.webmanifest"
]
}
},