Independent React, TypeScript and Vite web application for MaskanX. Includes the chat console, agent and persona configuration, MCP client management, model and provider settings, cron jobs, sessions, and diagnostics. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
4 lines
135 B
Bash
4 lines
135 B
Bash
# Leave the public URL empty to use the Vite /api proxy locally.
|
|
VITE_MASKANX_API_URL=
|
|
VITE_MASKANX_PROXY_TARGET=http://127.0.0.1:8088
|