Remove test stream, add prod script

This commit is contained in:
advplyr 2021-09-18 16:42:20 -05:00
parent ea61400329
commit a63d76985c
2 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"dev": "node index.js",
"start": "node index.js"
"start": "node index.js",
"prod": "NODE_ENV=production node index.js"
},
"author": "advplyr",
"license": "ISC",