Merge branch '1.7.x' of github.com:appwrite/appwrite into delete-project-scope

This commit is contained in:
shimon
2025-06-15 12:41:15 +03:00
22 changed files with 225 additions and 308 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ CLI::setResource('logError', function (Registry $register) {
};
}, ['register']);
CLI::setResource('executor', fn () => new Executor(fn (string $projectId, string $deploymentId) => System::getEnv('_APP_EXECUTOR_HOST')));
CLI::setResource('executor', fn () => new Executor());
CLI::setResource('telemetry', fn () => new NoTelemetry());