update PWA config

This commit is contained in:
hzrd149
2023-12-08 12:20:08 -06:00
parent 97563d229d
commit 3bf25028bf
3 changed files with 6 additions and 6 deletions

View File

@@ -83,7 +83,7 @@
"prettier": "^3.0.2", "prettier": "^3.0.2",
"typescript": "^5.3.2", "typescript": "^5.3.2",
"vite": "^5.0.2", "vite": "^5.0.2",
"vite-plugin-pwa": "^0.17.2", "vite-plugin-pwa": "^0.17.4",
"workbox-build": "^7.0.0", "workbox-build": "^7.0.0",
"workbox-window": "^7.0.0" "workbox-window": "^7.0.0"
}, },

View File

@@ -33,7 +33,7 @@ export default defineConfig({
manifest: { manifest: {
name: "noStrudel", name: "noStrudel",
short_name: "noStrudel", short_name: "noStrudel",
description: "A simple PWA nostr client", description: "A sandbox for exploring nostr",
orientation: "any", orientation: "any",
theme_color: "#8DB600", theme_color: "#8DB600",
categories: ["nostr"], categories: ["nostr"],

View File

@@ -6367,10 +6367,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
vite-plugin-pwa@^0.17.2: vite-plugin-pwa@^0.17.4:
version "0.17.2" version "0.17.4"
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz#2ce9b0b14b058321c58d2a066daffe6860a08a78" resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz#be3b3714d4148681bc73e8e0b1e6ce1a71fa79f2"
integrity sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ== integrity sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==
dependencies: dependencies:
debug "^4.3.4" debug "^4.3.4"
fast-glob "^3.3.2" fast-glob "^3.3.2"