add auto install depencies database

This commit is contained in:
Zied
2026-02-26 09:39:26 +01:00
parent 68266007b9
commit 50b2667e47

View File

@@ -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