Development server with hot reload for the Van template engine.
Part of the [Van](https://github.com/vanengine/van) template engine.
Provides the `van dev` command implementation — an Axum-based HTTP server that:
- --
```rust
// Used internally by the van CLI
van_dev::start(3000).await?;
```
MIT