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
Browse filesBrowse the repository at this point in the historyBrowse files
chaodu-agent
committed
fix: add AppState and related types to gateway lib.rs
These were previously in gateway/src/main.rs and accessed by adapters
via crate::AppState. Now that gateway is a library crate, they need to
be in lib.rs for the adapters to compile.
0 commit comments