export default defineConfig()

in webapp/vite.config.ts [9:11]


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