diff --git a/wifi-tally/hub/run_server.bat b/wifi-tally/hub/run_server.bat new file mode 100755 index 0000000..09e9751 --- /dev/null +++ b/wifi-tally/hub/run_server.bat @@ -0,0 +1,2 @@ +set NODE_OPTIONS=--openssl-legacy-provider +npm run start \ No newline at end of file diff --git a/wifi-tally/hub/run_server.sh b/wifi-tally/hub/run_server.sh index 8440338..b67b354 100755 --- a/wifi-tally/hub/run_server.sh +++ b/wifi-tally/hub/run_server.sh @@ -1,2 +1,3 @@ #! /bin/bash +export NODE_OPTIONS=--openssl-legacy-provider npm run start