feat: pwa

This commit is contained in:
2024-12-05 10:02:21 +01:00
parent 436e1471a7
commit 70318af7e1
92 changed files with 618 additions and 43 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"
]
}
},