generated from alecodes/base-template
chore: fix restart when updating frontend files
This commit is contained in:
parent
e59ae1f31c
commit
56a9c7bd40
2 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ docker-compose +ARGS:
|
|||
start-dev-services: (docker-compose "up --remove-orphans")
|
||||
|
||||
dev:
|
||||
watchexec --restart --clear --watch src --watch dist cargo run
|
||||
watchexec --no-vcs-ignore --clear --restart --watch=dist --watch=src cargo run
|
||||
|
||||
migrate: (docker-compose "run dbmate migrate")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue