Felix Roos 0e59a233ed
chore: remove vite-plugin-pwa dependency
- its only used for typings
- it creates problems with peerDependencies
- just let it die
2025-01-26 14:32:28 +01:00

5 lines
113 B
TypeScript

/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
declare module 'date-fns';