Test_Reverse_Proxy / start.bat
Moonfanz's picture
Upload 20 files
5a4f9f1 verified
raw
history blame
81 Bytes
pushd %~dp0
call npm install --no-audit --fund false
node clewd.js
pause
popd