Spaces:
Build error
Build error
David Prince
fix: add all missing local module stubs (remote_mcp_registry, mcp_auth, mcp_transport, etc)
cce8120 | import { defineConfig } from 'vite'; | |
| import react from '@vitejs/plugin-react'; | |
| export default defineConfig({ | |
| plugins: [react()], | |
| server: { | |
| proxy: { | |
| '/todos': { | |
| target: 'http://localhost:8000', | |
| changeOrigin: true, | |
| secure: false, | |
| }, | |
| }, | |
| }, | |
| }); | |