Splitted Webserver from operative module

This commit is contained in:
Alexander Cerutti
2018-05-12 14:35:37 +02:00
parent fe1ce19b0e
commit 2efe0f55f1
3 changed files with 19 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
"description": "A passkit generator webserver",
"main": "index.js",
"scripts": {
"start": "node index.js"
"start": "node server.js"
},
"author": "Alexander Patrick Cerutti",
"license": "ISC",