7 lines
170 B
Batchfile
7 lines
170 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
set FEATURE_ASSISTANT_MCP_RUNTIME_V1=1
|
|
set ASSISTANT_MCP_PROXY_URL=http://127.0.0.1:6003
|
|
set ASSISTANT_MCP_CHANNEL=default
|
|
call npm.cmd run dev:all
|