特殊配置与命令

Read-only mirror of NeKiro-project/NeKiro-Console/.qoder/repowiki/knowledge/zh/NeKiro Console 前端工程根 (React + Vite)/特殊配置与命令.md at 5e577d86825e2ff80434e752342990b9b313d947. The canonical document remains in the satellite repository; edit it there and refresh this snapshot.

本地开发需先 npm install,再设置 .env.local(VITE_NEKIRO_API_BASE_URL、VITE_NEKIRO_TOKEN、VITE_NEKIRO_OWNER_ID、VITE_NEKIRO_OWNER_NAME、VITE_NEKIRO_DEFAULT_WORKSPACE_ID)后执行 npm run dev(监听 0.0.0.0:3000);在 AI Studio 中可通过 DISABLE_HMR=true 关闭 HMR 与文件监听以避免 agent 编辑时闪烁。