generated from alecodes/base-template
feat: add sqlx basic config
This commit is contained in:
parent
e0e8700baa
commit
48afdaccea
6 changed files with 1598 additions and 17 deletions
|
|
@ -15,6 +15,7 @@ start-dev-services: (docker-compose "up --remove-orphans")
|
|||
|
||||
dev:
|
||||
watchexec --restart --clear --watch src --watch templates cargo run
|
||||
watchexec --restart --clear --watch src --watch dist cargo run
|
||||
|
||||
migrate: (docker-compose "run dbmate migrate")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue