From 6a7fa61fcdd9532806ac2af68539789c631718f1 Mon Sep 17 00:00:00 2001 From: Mann Patel <130435633+MannPatel0@users.noreply.github.com> Date: Wed, 19 Mar 2025 01:06:53 -0600 Subject: [PATCH] backend continuous update --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 3e2f635..7e3cd0d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "node index.js" + "dev": "nodemon index.js" }, "keywords": [], "author": "",