mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-10 08:21:58 -04:00
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:
Vendored
-2
@@ -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';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @ts-ignore
|
||||
import { registerSW } from 'virtual:pwa-register';
|
||||
|
||||
registerSW({
|
||||
|
||||
Reference in New Issue
Block a user