From c9cdd478d1dabd0931fca3ffa6f38417eeeb9d47 Mon Sep 17 00:00:00 2001 From: majick <125657+majick@users.noreply.github.com> Date: Sat, 13 Jan 2024 06:05:12 -0800 Subject: [PATCH] Modify Start.bat to pass parameters --- Start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start.bat b/Start.bat index 96a55c7f1..b07586724 100644 --- a/Start.bat +++ b/Start.bat @@ -1,5 +1,5 @@ pushd %~dp0 call npm install --no-audit -node server.js +node server.js %* pause popd