import type { TenantConfig } from '../../src/tenant'; const config: TenantConfig = { id: 'dev', name: 'loop42 Dev', domain: 'loop42.dev', defaultTheme: 'titan', oidcClientId: '366683272559788059', features: { graph: true, trace: true, viewer: true, devTools: true, }, themes: { dark: 'titan', bright: 'titan-bright', }, }; export default config;