Moving nodeJS app files to nodeapp subfolder
This commit is contained in:
parent
0c6080298b
commit
c8877d182a
@ -5,9 +5,9 @@
|
|||||||
"name": "jasonsplant",
|
"name": "jasonsplant",
|
||||||
"version": "1.0.0",
|
"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.",
|
"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": {
|
"scripts": {
|
||||||
"start": "node app.js"
|
"start": "node nodeapp/app.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user