chore: fix restert when updating frontend files

This commit is contained in:
Alexander Navarro 2025-02-26 05:13:12 -03:00
parent e59ae1f31c
commit a8f18680c8
2 changed files with 2 additions and 1 deletions

View file

@ -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")