Put requirements in a text file, make start
not rely on nodemon
This commit is contained in:
parent
a0ce066a0c
commit
b04b9dd6f0
2 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js",
|
||||
"start": "node index.js",
|
||||
"dev": "nodemon index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
axios
|
||||
ejs
|
||||
express
|
||||
ua-parser-js
|
||||
nodemon
|
Loading…
Add table
Add a link
Reference in a new issue