feat: pwa

This commit is contained in:
2024-12-05 10:02:21 +01:00
committed by Thea Schöbl
parent 4c9d330c88
commit 3947c5ccd2
25 changed files with 272 additions and 6 deletions

View File

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