Merge branch 'main' into 'fix-teams-deletion'.

This commit is contained in:
Darshan
2025-05-27 19:16:40 +05:30
5916 changed files with 304542 additions and 9332 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ use Utopia\Telemetry\Adapter\None as NoTelemetry;
use function Swoole\Coroutine\run;
// Overwriting runtimes to be architecture agnostic for CLI
Config::setParam('runtimes', (new Runtimes('v4'))->getAll(supported: false));
// overwriting runtimes to be architecture agnostic for CLI
Config::setParam('runtimes', (new Runtimes('v5'))->getAll(supported: false));
// require controllers after overwriting runtimes
require_once __DIR__ . '/controllers/general.php';