Remove no longer needed type error supression from vite config

This commit is contained in:
Alejandro Celaya 2025-01-18 09:50:03 +01:00
parent 4175bd3a5e
commit aede99b709

View File

@ -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',