From 7ffa11c75d570e6689fc1247e09d1639589bd4aa Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 30 Jul 2025 13:22:22 +0530 Subject: [PATCH] chore: remove console sdk from platforms --- app/config/platforms.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index ae09c39cac..f02a2c7035 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -196,24 +196,6 @@ return [ 'enabled' => false, 'beta' => false, 'sdks' => [ - [ - 'key' => 'web', - 'name' => 'Console', - 'version' => '1.9.0', - 'url' => 'https://github.com/appwrite/sdk-for-console', - 'package' => '', - 'enabled' => true, - 'beta' => false, - 'dev' => false, - 'hidden' => true, - 'family' => APP_PLATFORM_CONSOLE, - 'prism' => 'javascript', - 'source' => \realpath(__DIR__ . '/../sdks/console-web'), - 'gitUrl' => 'git@github.com:appwrite/sdk-for-console.git', - 'gitBranch' => 'dev', - 'gitRepoName' => 'sdk-for-console', - 'gitUserName' => 'appwrite', - ], [ 'key' => 'cli', 'name' => 'Command Line',