Module state

Module state 

Source
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.
ServerConfig
Server configuration derived from CLI arguments.