Versions in this module Expand all Collapse all v0 v0.0.1 Sep 6, 2022 Changes in this version + var LiveReloadEnabledEnvVar = "BP_LIVE_RELOAD_ENABLED" + type ReloadableProcessSpec struct + IgnorePaths []string + Shell string + VerbosityLevel int + WatchPaths []string + type Reloader interface + ShouldEnableLiveReload func() (bool, error) + TransformReloadableProcesses func(originalProcess packit.Process, spec ReloadableProcessSpec) (nonReloadable packit.Process, reloadable packit.Process)