OPR v5 + Flutter starter

This commit is contained in:
Matej Bačo
2025-03-11 18:19:25 +01:00
parent 0170b4c9e8
commit 994e2faa42
16 changed files with 80 additions and 38 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ use Utopia\Registry\Registry;
use Utopia\System\System;
// overwriting runtimes to be architectur agnostic for CLI
Config::setParam('runtimes', (new Runtimes('v4rc'))->getAll(supported: false));
Config::setParam('runtimes', (new Runtimes('v5'))->getAll(supported: false));
// require controllers after overwriting runtimes
require_once __DIR__ . '/controllers/general.php';