Add src folder and correct base repository functions.

This commit is contained in:
Pierre THIERRY
2020-09-05 19:18:51 +02:00
parent 80253cabf8
commit c618675a9a
4 changed files with 30 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./app.js localhost 3000",
"start": "nodemon ./src/js/app.js localhost 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],