janderedev.xyz-react/vite.config.ts
2022-01-14 22:11:31 +01:00

8 lines
162 B
TypeScript

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