From 4a60e31827f45a629bc2a03ef64ace789220b5b8 Mon Sep 17 00:00:00 2001 From: Prajwal Bhatia Date: Sun, 24 Dec 2023 23:34:05 +0530 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index bef5264..926c970 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm run start \ No newline at end of file +web: nodemon index.js