Skip to main content

Module run

Module run 

Source
Expand description

whisker run — start the dev server.

Thin wrapper: resolves the user crate’s whisker.rs config (via super::manifest::resolve + super::probe::run), translates the resulting whisker_config::Config into a flat whisker_dev_server::Config, and hands off to DevServer::run. All the heavy lifting (file watch / cargo build / WebSocket push / subsecond patches) lives in whisker-dev-server so other host shells (an editor plugin, a notebook front-end, …) can reuse the same loop without a whisker-config dependency.

Structs§

Args

Enums§

CliTarget

Functions§

run