multica/apps/web/.env.development
Naiyuan Qing 78543d7187 fix(web): remove API proxy, use direct backend requests
- Remove Next.js rewrites proxy configuration
- Use NEXT_PUBLIC_API_URL for direct API requests
- Fixes ECONNRESET errors from proxy failures

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-26 15:35:53 +08:00

4 lines
178 B
Text

# Frontend direct API request (browser-accessible)
NEXT_PUBLIC_API_URL=https://api-dev.copilothub.ai
# Core package still uses this
MULTICA_API_URL=https://api-dev.copilothub.ai