From f30c7c4cfff1aba078b3638730509b95696b5d04 Mon Sep 17 00:00:00 2001 From: Andreas Papadopoulos <43943734+Andreas711@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:47:37 +1100 Subject: [PATCH] fixing last time to actually run on windows. --- start.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.bat b/start.bat index 3ecda5c6..dadfa02b 100644 --- a/start.bat +++ b/start.bat @@ -33,5 +33,4 @@ if %jver% lss 170 ( exit /b ) -bun install -bun run start.ts +bun install && bun run start.ts