opticparse-python / dashboard /vite.config.js
Nanny7's picture
initial deploy
bcf46c3
Raw
History Blame Contribute Delete
173 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/'
})