From f4be61a7b20d66c333177a44f8666e426c2c4583 Mon Sep 17 00:00:00 2001 From: Lorena Criado Date: Thu, 22 Aug 2024 13:17:29 +0200 Subject: [PATCH] Changing start server command in package.json file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45905dc..fccd107 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "nodemon app.js" + "start": "nodemon app.js" }, "keywords": [], "author": "",