mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-18 11:32:30 +02:00
update PWA config
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"prettier": "^3.0.2",
|
||||
"typescript": "^5.3.2",
|
||||
"vite": "^5.0.2",
|
||||
"vite-plugin-pwa": "^0.17.2",
|
||||
"vite-plugin-pwa": "^0.17.4",
|
||||
"workbox-build": "^7.0.0",
|
||||
"workbox-window": "^7.0.0"
|
||||
},
|
||||
|
@@ -33,7 +33,7 @@ export default defineConfig({
|
||||
manifest: {
|
||||
name: "noStrudel",
|
||||
short_name: "noStrudel",
|
||||
description: "A simple PWA nostr client",
|
||||
description: "A sandbox for exploring nostr",
|
||||
orientation: "any",
|
||||
theme_color: "#8DB600",
|
||||
categories: ["nostr"],
|
||||
|
@@ -6367,10 +6367,10 @@ validate-npm-package-license@^3.0.1:
|
||||
spdx-correct "^3.0.0"
|
||||
spdx-expression-parse "^3.0.0"
|
||||
|
||||
vite-plugin-pwa@^0.17.2:
|
||||
version "0.17.2"
|
||||
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz#2ce9b0b14b058321c58d2a066daffe6860a08a78"
|
||||
integrity sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==
|
||||
vite-plugin-pwa@^0.17.4:
|
||||
version "0.17.4"
|
||||
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz#be3b3714d4148681bc73e8e0b1e6ce1a71fa79f2"
|
||||
integrity sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==
|
||||
dependencies:
|
||||
debug "^4.3.4"
|
||||
fast-glob "^3.3.2"
|
||||
|
Reference in New Issue
Block a user