Expand description
Shared application state for the server.
This module defines the AppState struct that holds the server configuration,
watched files, and schema metadata. State is shared across handlers via Arc.
Structsยง
- AppState
- Shared application state.
- Server
Config - Server configuration derived from CLI arguments.