Normalized configuration for Astral development servers.
Summary
Functions
Build a dev-server config from keyword options.
Types
@type t() :: %Astral.DevConfig{ host: String.t(), port: pos_integer(), site: Astral.Config.t() }
Normalized configuration for Astral development servers.
Build a dev-server config from keyword options.
@type t() :: %Astral.DevConfig{ host: String.t(), port: pos_integer(), site: Astral.Config.t() }