From db2fbfea19f07370703280d41d9afaa4e69cc2a5 Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Sat, 25 Nov 2023 00:35:23 +0100 Subject: [PATCH] =?UTF-8?q?Retour=20arri=C3=A8re=20-=20=C3=A9tape=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e2889c..281b1ef 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "wishlist", "version": "1.0.0", "description": "test", - "main": "wishlist.js", + "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "nodemon wishlist.js" + "start": "nodemon app.js" }, "author": "Laurent LE CORRE", "license": "ISC",