This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Description
I'm using Vite for my application, which is used to build the app, but does not run during development. While in debug mode, I want askama to load templates from /static, but load from /dist during dev. it would be nice if I could configure a debug mode in the Askama.toml without having to do a bunch of ugly #[cfg_attr on each of my templates.