diff --git a/app/config/platforms.php b/app/config/platforms.php index 31768f6163..6b44cab09e 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -147,7 +147,7 @@ return [ 'package' => 'https://github.com/appwrite/sdk-for-cli', 'enabled' => true, 'beta' => true, - 'dev' => true, + 'dev' => false, 'family' => APP_PLATFORM_SERVER, 'prism' => 'bash', 'source' => \realpath(__DIR__ . '/../sdks/server-cli'),