chore: remove vite-plugin-pwa dependency

- its only used for typings
- it creates problems with peerDependencies
- just let it die
This commit is contained in:
Felix Roos 2025-01-26 14:32:28 +01:00
parent b3e0f180b3
commit 0e59a233ed
No known key found for this signature in database
5 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,4 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite-plugin-pwa/info" />
/// <reference types="vite-plugin-pwa/client" />
declare module 'date-fns';

View file

@ -1,3 +1,4 @@
// @ts-ignore
import { registerSW } from 'virtual:pwa-register';
registerSW({