Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LiveReloadEnabledEnvVar = "BP_LIVE_RELOAD_ENABLED"
Functions ¶
This section is empty.
Types ¶
type ReloadableProcessSpec ¶
type Reloader ¶
type Reloader interface { ShouldEnableLiveReload() (bool, error) TransformReloadableProcesses(originalProcess packit.Process, spec ReloadableProcessSpec) (nonReloadable packit.Process, reloadable packit.Process) }
Click to show internal directories.
Click to hide internal directories.