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(deploy): use compile-time env var for Netlify OAuth client ID
- Change from runtime std::env::var to compile-time option_env!
- This ensures the client ID is embedded in the packaged binary
- Required for macOS apps which don't inherit shell environment variables
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments