tale/watch
Types
pub type WatchConfig {
WatchConfig(paths: List(String), on_change: fn() -> Nil)
}
Constructors
-
WatchConfig(paths: List(String), on_change: fn() -> Nil)
Values
pub fn start(config: WatchConfig) -> process.Pid