mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-15 07:40:57 -05:00
POGOserver - Porting POGOserver to Visual Studio
This commit is contained in:
parent
4fa631a32a
commit
c6caa580fd
|
|
@ -1,4 +1,4 @@
|
|||
@REM start the web-api on port 9000
|
||||
npm run api
|
||||
"iexplore.exe" "http://localhost:9000/"
|
||||
pause
|
||||
pause
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
@REM Run server Localhost
|
||||
npm run boot
|
||||
pause
|
||||
pause
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@REM CMDLINE install
|
||||
set LIBPROTOBUF=%CD%\protobuf
|
||||
npm install node-protobuf && npm install
|
||||
pause
|
||||
pause
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
@REM CMDLINE POGOserver updater
|
||||
npm run update
|
||||
pause
|
||||
pause
|
||||
Loading…
Reference in New Issue
Block a user