van-dev
Development server with hot reload for the Van template engine.
Part of the Van template engine.
Overview
Provides the van dev command implementation — an Axum-based HTTP server that:
- Serves compiled
.vanpages on the fly - Watches for file changes via
notify - Pushes hot reload updates to the browser via WebSocket
// Used internally by the van CLI
start.await?;
License
MIT