Astral.DevConfig (Astral v0.1.0)

Copy Markdown View Source

Normalized configuration for Astral development servers.

Summary

Functions

Build a dev-server config from keyword options.

Types

t()

@type t() :: %Astral.DevConfig{
  host: String.t(),
  port: pos_integer(),
  site: Astral.Config.t()
}

Functions

new(opts \\ [])

@spec new(keyword()) :: t()

Build a dev-server config from keyword options.