1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

add auto reloading to minijinja

This commit is contained in:
Rob Ede
2022-10-16 21:49:01 +01:00
parent bf0386ade7
commit ae25a7908d
4 changed files with 116 additions and 13 deletions

View File

@ -6,7 +6,7 @@ Minimal example of using the template engine [MiniJinja](https://github.com/Keat
```sh
cd templating/minijinja
cargo run
TEMPLATE_AUTORELOAD=true cargo run
```
- <http://localhost:8080>