Correct admin bat file path

This commit is contained in:
SillyLossy
2023-04-29 00:30:03 +03:00
parent 94e4270c68
commit a636c6c3ee

View File

@@ -1,3 +1,5 @@
pushd %~dp0
call npm install
node server.js
pause
pause
popd