pwa notifications

This commit is contained in:
Bastian Wagner
2026-06-29 14:52:33 +02:00
parent 8fdee223c0
commit a033c50c25
18 changed files with 780 additions and 26 deletions

View File

@@ -33,6 +33,7 @@
"@nestjs/jwt": "^11.0.2",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/typeorm": "^11.0.1",
"@types/web-push": "^3.6.4",
"handlebars": "^4.7.9",
"helmet": "^8.2.0",
"mysql2": "^3.22.5",
@@ -41,6 +42,7 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"typeorm": "^0.3.30",
"web-push": "^3.6.7",
"zod": "^3.25.76"
},
"devDependencies": {