chore: remove console sdk from platforms

This commit is contained in:
Chirag Aggarwal
2025-07-30 13:22:22 +05:30
parent 811a1fa701
commit 7ffa11c75d
-18
View File
@@ -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',