Skip to content

Commit c691811

Browse files
committed
fix: suppress vite plugin type mismatch in vitest config
1 parent d6fe402 commit c691811

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/vitest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
33
import path from 'path';
44

55
export default defineConfig({
6+
// @ts-expect-error type mismatch between vite versions in monorepo
67
plugins: [react()],
78
resolve: {
89
alias: {

0 commit comments

Comments
 (0)