Renommage du .js et utilisation du localhost, en prod

This commit is contained in:
2023-11-25 09:53:06 +01:00
parent 7e36bd4971
commit ec835905e8
4 changed files with 8 additions and 3 deletions

View File

@@ -2,10 +2,10 @@
"name": "wishlist",
"version": "1.0.0",
"description": "test",
"main": "app.js",
"main": "wishlist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
"start": "nodemon wishlist.js"
},
"author": "Laurent LE CORRE",
"license": "ISC",