replace handlebars with jinja

This commit is contained in:
2025-04-12 14:06:12 +04:00
parent fe423a199b
commit 68d77a23e4
19 changed files with 144 additions and 200 deletions

View File

@@ -3,7 +3,7 @@
processes = {
frontend = {
command = ''
RUST_LOG=debug,sqlx=warn ${pkgs.cargo-watch}/bin/cargo-watch -i tests/src -x 'run'
RUST_LOG=debug,sqlx=warn ${pkgs.cargo-watch}/bin/cargo-watch -i tests/src -x 'run && cat tests/src/models/user.rs'
'';
};
};