Merge pull request #13882 from itk-dev/feature/enable_direct_connections

chore: Added missing "enable_direct_connections" to config type
This commit is contained in:
Tim Jaeryang Baek 2025-05-14 17:18:04 +04:00 committed by GitHub
commit f77a076c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,6 +213,7 @@ type Config = {
enable_admin_chat_access: boolean;
enable_community_sharing: boolean;
enable_autocomplete_generation: boolean;
enable_direct_connections: boolean;
};
oauth: {
providers: {