diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index c5de207..36855db 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "Synchronized video viewing with chat and other features", "main": "build/server.js", + "scripts": { + "start": "node build/server.js" + }, "repository": { "type": "git", "url": "git+https://github.com/RblSb/SyncTube.git" |
