Get webserver to start

This commit is contained in:
sayhiben
2024-08-22 20:41:48 -07:00
parent a2ec543e68
commit 760534326f
3 changed files with 18 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"description": "View streams in a grid",
"main": "./.webpack/main",
"scripts": {
"start": "electron-forge start",
"start": "electron-forge start -- --control.address=http://localhost:4444 --control.username=admin --control.password=password",
"make": "electron-forge make",
"package": "electron-forge package",
"publish": "electron-forge publish",