Removed executable, added 'npm start' script.

This commit is contained in:
knotteye
2019-09-22 17:12:49 -05:00
parent 935b850bcd
commit fcff93c533
3 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
"description": "A livestreaming server.",
"license": "AGPL-3.0",
"author": "knotteye",
"scripts": {
"start": "node build/controller.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/knotteye/satyr.git"