You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: surface macos_prefs as top-level field in config API response
GET /api/configs/[slug] now extracts macos_prefs from the snapshot
object and includes it at the top level of the config response. This
ensures exported configs contain macos_prefs in a format that the CLI
import can read directly.
Also hoists snapshot JSON parse to a single call site (was parsed twice)
and adds error logging for failed snapshot parsing.
0 commit comments