Pathora / frontend /vite.config.js
malavikapradeep2001's picture
Deploy Pathora Viewer: tile server, viewer components, and root app.py
2bc6cf8 verified
raw
history blame
170 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})