export default defineConfig()

in vite.config.ts [5:7]


export default defineConfig({
  plugins: [react()],
})