Data_augmentation / vite.config.js
Jacek Dusza
Initial commit: NLP Pipeline backend and React frontend
69a2c97
Raw
History Blame Contribute Delete
161 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})