mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
b722b1abaf
The serverCapabilities cluster (catalog, context, resolve, storeView, types) is lib-level infra: it imports only @/lib/server and is consumed by both lib and feature code, so a feature home would invert the two lib consumers. Move it to src/lib/serverCapabilities and repoint consumers. Pure move + import updates, no behavior change. Baseline gains one lib->store entry (storeView reads authStore, only now caught under lib/).