Skip to content

monorepo projects do not resolve nested app favicons #1020

@ponbac

Description

@ponbac

When a monorepo root is added as a project, /api/project-favicon only checks the repo root and a few fixed source paths. If the actual app lives under apps/*, the sidebar falls back to the generic folder icon even when that app has a valid favicon.

Repro:

  1. Create a monorepo with an app under apps/web.
  2. Add a valid favicon such as apps/web/public/favicon.svg.
  3. Add the monorepo root as the project in t3code.

Expected:
If no root favicon exists, t3code should search common nested workspace roots such as apps/* and use the first valid favicon it finds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions