Fix start-local settings to match README

This commit is contained in:
Max Goodhart
2021-05-04 22:08:27 -07:00
parent e961bc21b7
commit 13fe2a0dac
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "webpack",
"start": "npm run build -- --display=errors-only && electron dist",
"start-local": "npm run build -- --display=errors-only && electron dist --control.address=http://localhost:4444 --control.username=woke --control.password=woke",
"start-local": "npm run build -- --display=errors-only && electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
"test": "jest"
},
"author": "Max Goodhart <c@chromakode.com>",