feat: add basic template functionality

This commit is contained in:
Alexander Navarro 2025-02-13 14:58:21 -03:00
parent b6c909f6f4
commit 6bf3947df3
5 changed files with 52 additions and 3 deletions

View file

@ -10,7 +10,7 @@ docker-compose +ARGS:
start-dev-services: (docker-compose "up --remove-orphans")
dev:
watchexec --restart --clear --watch src cargo run
watchexec --restart --clear --watch src --watch templates cargo run
migrate: (docker-compose "run dbmate migrate")