Svelixir. Config. Assets
(svelixir v0.1.0)
Copy Markdown
Frontend and API asset configuration.
Summary
Functions
Builds and validates an Assets struct from a raw string-keyed map.
Types
@type asset_type() :: :none | :api | :ui | :both
@type t() :: %Svelixir.Config.Assets{api: Svelixir.Config.Api.t(), type: asset_type()}