sg-proxy/start.bat

3 lines
46 B
Batchfile
Raw Normal View History

call npm install --no-audit
node main.js
pause