Started working on test edit page; removed nodemon because it wasn't working

This commit is contained in:
2025-07-02 17:34:06 -04:00
parent 3fa86ad23d
commit 6434fd0b9c
9 changed files with 101 additions and 142 deletions

View File

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