Notiflow / dashboard /vite.config.ts
Archi Kanungo
feat: dashboard ui update
4251788
raw
history blame contribute delete
162 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})