Skip to main content

watch_and_build

Function watch_and_build 

Source
pub async fn watch_and_build(state: Arc<AppState>) -> Result<(), EuvError>
Expand description

Watches source files and triggers WASM builds.

§Arguments

  • Arc<AppState> - The shared application state.

§Returns

  • Result<(), EuvError> - Indicates success or failure of the file watcher.