Moving nodeJS app files to nodeapp subfolder

This commit is contained in:
JayWll 2020-01-04 11:27:28 -07:00
parent 0c6080298b
commit c8877d182a
3 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
"name": "jasonsplant",
"version": "1.0.0",
"description": "A Node app to collect moisture data from the plant I have on my desk in the office, and graph the results.",
"main": "app.js",
"main": "nodeapp/app.js",
"scripts": {
"start": "node app.js"
"start": "node nodeapp/app.js"
},
"dependencies": {
"express": "^4.17.1",
@ -26,4 +26,4 @@
"glitch",
"express"
]
}
}