Added nodemon to dev dependencies to automatially reload the app on changes

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent bef17b5a59
commit 9ecff3a25d
4 changed files with 143 additions and 4 deletions

View File

@ -18,8 +18,8 @@ grunt-watch:
.PHONY: run
## run: Build and Run in development mode.
run: build
@./$(NAME) -e development
run:
@npm run nodemon
.PHONY: run-prod
## run-prod: Build and Run in production mode.