Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkdownDocs ¶
func MarkdownDocs() string
func RenderOneof ¶
func RenderValue ¶
Types ¶
type Config ¶
type Config struct { // Whether to open the Local Development Dashboard in the browser on `encore run`. // If set to "auto", the browser will be opened if the dashboard is not already open. RunBrowser string `koanf:"run.browser" oneof:"always,never,auto" default:"auto"` }
Config describes the configuration structure we support.
Click to show internal directories.
Click to hide internal directories.