basic generator

This commit is contained in:
2025-04-08 12:18:39 +04:00
parent 17b1994b28
commit 3ed3e079f2
14 changed files with 3115 additions and 97 deletions

View File

@@ -3,7 +3,7 @@
processes = {
frontend = {
command = ''
RUST_LOG=debug ${pkgs.cargo-watch}/bin/cargo-watch -x 'run'
RUST_LOG=debug,sqlx=warn ${pkgs.cargo-watch}/bin/cargo-watch -x 'run'
'';
};
};