Cmd's for server start & scraper run.

This commit is contained in:
2020-06-07 23:46:56 +02:00
committed by KevinMidboe
parent 24384527b2
commit fd340449e1

View File

@@ -4,7 +4,8 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node src/index.js"
"start": "node src/server.js",
"scrape": "node src/index.js"
},
"dependencies": {
"express": "^4.17.1",