Documentation ¶ Index ¶ func NewCmdStudio(props *props.Props) *setup.Command func RunStudio(ctx context.Context, p *props.Props, opts *StudioOptions, _ []string) error type StudioOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdStudio ¶ func NewCmdStudio(props *props.Props) *setup.Command func RunStudio ¶ func RunStudio(ctx context.Context, p *props.Props, opts *StudioOptions, _ []string) error RunStudio starts the local web studio, serving until the context is cancelled (Ctrl-C). It binds localhost by default; --host 0.0.0.0 opts into LAN exposure. Types ¶ type StudioOptions ¶ type StudioOptions struct { Port int Host string NoAuth bool } Source Files ¶ View all Source files cmd.gomain.go Click to show internal directories. Click to hide internal directories.