Added native os notifications

This commit is contained in:
2026-07-01 22:11:24 +10:00
parent d1b50e2f1a
commit 84379baf6a
19 changed files with 213 additions and 39 deletions
+4 -1
View File
@@ -4,8 +4,10 @@
"type": "module",
"scripts": {
"build": "vite build",
"postbuild": "cp public/build/sw.js public/sw.js && cp public/build/manifest.webmanifest public/manifest.webmanifest",
"dev": "vite",
"dev:all": "concurrently -s all \"php artisan serve\" \"php artisan reverb:start\" \"php artisan queue:work\" \"npm run dev\" > /dev/null 2>&1",
"serve:all": "concurrently -s all \"php artisan serve\" \"php artisan reverb:start\" \"php artisan queue:work\" > /dev/null 2>&1",
"updateVersion": "cross-var docker build -t dredgy/flights-api:$npm_config_tag -t dredgy/flights-api:latest . && cross-var docker push dredgy/flights-api:$npm_config_tag && docker push dredgy/flights-api:latest"
},
"devDependencies": {
@@ -31,7 +33,8 @@
"vite": "^8.0.0",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-vuetify": "^2.1.3",
"vue": "^3.4.0"
"vue": "^3.4.0",
"workbox-precaching": "^7.4.1"
},
"dependencies": {
"@mdi/font": "^7.4.47",