We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b5c9c commit b963b0dCopy full SHA for b963b0d
apps/frontend/manifest.json
@@ -0,0 +1 @@
1
+{}
apps/frontend/package.json
@@ -13,7 +13,8 @@
13
"coverage": "vitest --coverage",
14
"dev": "vite --host",
15
"preview": "vite preview",
16
- "test": "vitest"
+ "test": "vitest",
17
+ "generate:icons": "pwa-asset-generator ./public/logo.svg ./public --type png --opaque false --favicon --maskable --manifest ./manifest.json --index ./index.html"
18
},
19
"dependencies": {
20
"@fullcalendar/core": "^6.1.15",
0 commit comments