Skip to content

Commit

Permalink
Merge pull request #772 from tidalcycles/update-vite-pwa
Browse files Browse the repository at this point in the history
Update vite pwa
  • Loading branch information
felixroos authored Nov 1, 2023
2 parents f16cb8f + 41a9098 commit 2bb45af
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
27 changes: 12 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default defineConfig({
mdx(options),
tailwind(),
AstroPWA({
experimental: { directoryAndTrailingSlashHandler: true },
registerType: 'autoUpdate',
injectRegister: 'auto',
workbox: {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@vite-pwa/astro": "file:vite-pwa-astro-0.1.3.tgz",
"@vite-pwa/astro": "^0.1.4",
"html-escaper": "^3.0.3",
"vite-plugin-pwa": "^0.16.5",
"workbox-window": "^7.0.0"
Expand Down
Binary file removed website/vite-pwa-astro-0.1.3.tgz
Binary file not shown.

0 comments on commit 2bb45af

Please sign in to comment.