@eeymoo/ai-coding-sync
    Preparing search index...
    • Resolves the effective profile configuration for a given profile name.

      Parameters

      • config: AppConfig

        Root application config

      • profileName: string

        Profile name to resolve

      Returns ProfileConfig

      Effective profile configuration

      const profile = resolveProfile(config, 'default');
      

      0.1.0