diff --git a/WebApp/run.bat b/WebApp/run.bat index 1a4d182..42a0ea8 100644 --- a/WebApp/run.bat +++ b/WebApp/run.bat @@ -4,3 +4,5 @@ call npm run build call npm run start popd pause + +node ./build/index.js -s -p 8080 -m private -k ./server.key -c ./server.cert -l dev