export default defineConfig({ plugins: [react()], define: { 'import.meta.env.VITE_API_BASE': JSON.stringify(process.env.VITE_API_BASE), }, });