mirror of
https://github.com/APIdumper/AnyDVDFabLicenseEmulator.git
synced 2026-04-17 21:53:13 +02:00
7 lines
138 B
Batchfile
7 lines
138 B
Batchfile
@echo off
|
|
@call npm install
|
|
setx http_proxy "http://localhost:8000"
|
|
setx https_proxy "http://localhost:8000"
|
|
start node .
|
|
exit /b 0
|