Skip to content

Commit

Permalink
added generate-pwa-assets script, added generated favicon images
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Jun 26, 2024
1 parent ab3d4f9 commit 7f5e28c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pokecopilot-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"dev": "vite",
"build": "./build.sh",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@azure/msal-browser": "^3.1.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pokecopilot-client/public/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pokecopilot-client/public/pwa-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pokecopilot-client/public/pwa-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pokecopilot-client/public/pwa-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f5e28c

Please sign in to comment.