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
feat(config): add CYCLING_COACH_HOME env var to override data directory (#41)
Lets `npm run dev` point at a separate home (e.g. ~/.cycling-coach-dev)
so it does not share config, sessions, memory, or auth profiles with the
globally installed cycling-coach CLI. Supports ~/ expansion.
Also wires up the `npm run setup` script, already referenced by
auth/profiles.ts error messages.
0 commit comments