auth/app_settings_queries.ts view source
(deps: QueryDeps): Promise<AppSettings> Load the current app settings.
deps
query dependencies
type QueryDeps
returns
Promise<AppSettings> the app settings row
throws
Error- if the singleton `app_settings` row is missing (migration drift — should not occur in practice)