We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fe402 commit c691811Copy full SHA for c691811
1 file changed
frontend/vitest.config.mts
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
3
import path from 'path';
4
5
export default defineConfig({
6
+ // @ts-expect-error type mismatch between vite versions in monorepo
7
plugins: [react()],
8
resolve: {
9
alias: {
0 commit comments