export default defineConfig()

in frontend/vite.config.ts [19:21]


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