Kamil::ServerConfig
Inherits YAML::Serializable < Struct < Value < Object
Development preview server configuration.
Constructors
new(host : String = "127.0.0.1", port : Int32 = 3000, live_reload : Bool = true, debounce_ms : Int32 = 50, poll_interval_ms : Int32 = 100)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
debounce_ms
Sourcehost
Sourcelive_reload?
Sourcepoll_interval_ms
Sourceport
Source