8d91847746
Also bump all web dependencies to current versions and migrate to MUI v5
6 lines
No EOL
137 B
TypeScript
6 lines
No EOL
137 B
TypeScript
import { defineConfig } from 'vite';
|
|
import react from '@vitejs/plugin-react';
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
}); |