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

This commit is contained in:
2025-07-02 16:58:02 -04:00
parent 190ae9f302
commit 3fa86ad23d
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.