Update setup.bat

This commit is contained in:
2026-01-18 21:06:13 +01:00
parent 631d79575a
commit 292f1e6330

View File

@@ -32,6 +32,7 @@ if %ERRORLEVEL% NEQ 0 (
echo. echo.
echo === Running Setup Script === echo === Running Setup Script ===
:: Navigating back to the root if necessary or running from current location :: Navigating back to the root if necessary or running from current location
cd ../..
npx bun scripts/setup.ts %GIT_USER% %GIT_PASS% npx bun scripts/setup.ts %GIT_USER% %GIT_PASS%
echo. echo.