Put requirements in a text file, make start not rely on nodemon

This commit is contained in:
Firepup Sixfifty 2025-04-02 09:48:28 -05:00
parent a0ce066a0c
commit b04b9dd6f0
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
axios
ejs
express
ua-parser-js
nodemon