Renommage du fichier principal et init du ReadMe

This commit is contained in:
2023-11-28 11:58:55 +01:00
parent bc9d345fd3
commit 8cc00eac05
3 changed files with 302 additions and 3 deletions

View File

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