import react from '@vitejs/plugin-react'
/** @type {import('vite').UserConfig} */
export default {
plugins: [
react()
],
publicDir: '/static/dist'
}