itender/web/vite.config.ts
Tobias Hopp c2d722c12e "a few changes"
Took 6 hours 57 minutes
2025-04-29 11:29:26 +02:00

8 lines
161 B
TypeScript

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