fn main() { // only enable in production build #[cfg(not(debug_assertions))] minijinja_embed::embed_templates!("dist"); }