diff --git a/start.bat b/start.bat index f9e7f67..a72a345 100644 --- a/start.bat +++ b/start.bat @@ -1,3 +1,3 @@ -call npm install +call npm install --no-audit node main.js pause \ No newline at end of file diff --git a/start.sh b/start.sh index a03d01c..d6c0ef9 100755 --- a/start.sh +++ b/start.sh @@ -1,9 +1,4 @@ #!/bin/bash npm install -while true; -do - node main.js - echo sleep 5; - sleep 5; -done \ No newline at end of file +node main.js --no-audit \ No newline at end of file