pub const initial_change: Change
pub fn live_reload(
config: Config(has_watch, has_build),
enabled: Bool,
) -> Config(has_watch, has_build)
pub fn prebuild(
config: Config(has_watch, has_build),
action: fn() -> Result(Nil, String),
) -> Config(has_watch, has_build)
pub fn serve(
config: Config(has_watch, has_build),
port port: Int,
) -> Config(has_watch, has_build)
pub fn static_dir(
config: Config(has_watch, has_build),
path: String,
) -> Config(has_watch, has_build)
pub fn worker(
config: Config(has_watch, has_build),
path: String,
) -> Config(has_watch, has_build)