watermark-remover-app / vite.config.js
ucalyptus
Set up watermark remover React application with build output
4516471
raw
history blame contribute delete
133 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})