generated from alecodes/base-template
feat: add basic template functionality
This commit is contained in:
parent
b6c909f6f4
commit
6bf3947df3
5 changed files with 52 additions and 3 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue