Expand description
Server-side Gleam authoring surface (compile, type-check, package, hot-load). Server-side Gleam authoring surface: compile, type-check, package, and hot-load submitted workflow source.
Mounted only when [authoring].gleam_path is configured. The handlers are
transport-agnostic; the HTTP facade lives in crate::api::http::authoring.
Re-exports§
pub use error::AuthoringApiError;pub use handlers::CompileSourceRequest;pub use handlers::CompileSourceResponse;pub use handlers::compile_and_load;