justlog/web/vite.config.ts
Leppunen 8d91847746 Migrate create-react-app to vite
Also bump all web dependencies to current versions and migrate to MUI v5
2023-02-28 21:29:09 +02:00

6 lines
No EOL
137 B
TypeScript

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
});