From b64926f4cc2ab73bb1c0fbdc8f31c3b8b4386f24 Mon Sep 17 00:00:00 2001 From: Brian Cooper Date: Mon, 21 Oct 2024 21:17:22 -0500 Subject: [PATCH] build(deps): add 'nodemon' --- cofounder/api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cofounder/api/package.json b/cofounder/api/package.json index 1e59452..9d37fb1 100644 --- a/cofounder/api/package.json +++ b/cofounder/api/package.json @@ -31,6 +31,7 @@ "lodash": "^4.17.21", "lodash-es": "^4.17.21", "module-alias": "^2.2.3", + "nodemon": "^3.1.7", "open": "^10.1.0", "openai": "^4.55.4", "p-all": "^5.0.0",