8 lines
129 B
Batchfile
8 lines
129 B
Batchfile
call npm install
|
|
set PASSWORD=
|
|
set https_proxy=
|
|
set PORT=8080
|
|
set AI_MODEL=
|
|
set USE_CUSTOM_MODE=false
|
|
node index.mjs
|
|
pause |