From 50b2667e47e3f98687bc0d426faadba8f4e3e9f0 Mon Sep 17 00:00:00 2001 From: Zied Date: Thu, 26 Feb 2026 09:39:26 +0100 Subject: [PATCH] add auto install depencies database --- START_APP.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/START_APP.bat b/START_APP.bat index 85a78ffe..b8934b8a 100644 --- a/START_APP.bat +++ b/START_APP.bat @@ -73,6 +73,7 @@ goto :DEPS_OK :INSTALL_DEPS call npm install +call npm install @supabase/supabase-js if %ERRORLEVEL% NEQ 0 ( echo [ERROR] Failed to install dependencies. Please check your internet connection. pause