mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-24 19:34:15 -05:00
.
This commit is contained in:
2
install-windows.bat
vendored
2
install-windows.bat
vendored
@@ -1,2 +0,0 @@
|
||||
set LIBPROTOBUF=%CD%\protobuf
|
||||
npm install node-protobuf && npm install
|
||||
1
run-api-windows.bat
vendored
1
run-api-windows.bat
vendored
@@ -1,3 +1,4 @@
|
||||
REM start the web-api on port 9000
|
||||
npm run api
|
||||
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://localhost:9000/"
|
||||
pause
|
||||
3
run-install-windows.bat
vendored
Normal file
3
run-install-windows.bat
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
set LIBPROTOBUF=%CD%\protobuf
|
||||
npm install node-protobuf && npm install
|
||||
pause
|
||||
Reference in New Issue
Block a user