Added start command to package config

This commit is contained in:
aiden@zuchtbude.de
2022-10-08 15:10:35 +02:00
parent f06f277329
commit 2d88c84295
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "node main"
}, },
"repository": { "repository": {
"type": "git", "type": "git",