diff --git a/vite.config.ts b/vite.config.ts index c589fe0d..4048be00 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,6 @@ const homepage = pack.homepage?.trim(); /* eslint-disable-next-line no-restricted-exports */ export default defineConfig({ - // @ts-expect-error Error caused by vitest using vite 5 and the root using vite 6. To be fixed in vitest 3. plugins: [react(), VitePWA({ mode: process.env.NODE_ENV === 'development' ? 'development' : 'production', strategies: 'injectManifest',