One or multiple registry.ex in an Ash project?
Stack Overflow
https://ash-hq.org/docs/guides/ash/latest/tutorials/get-started proposes this file structure:
lib/
├─ helpdesk/
│ ├─ support/
│ │ ├─ registry.ex # <-----
│ │ ├─ resources/
│ │ │ ├─ ti...
lib/
├─ helpdesk/
│ ├─ support/
│ │ ├─ registry.ex # <-----
│ │ ├─ resources/
│ │ │ ├─ ti...
