Add TOML configuration and reorganize param names

This commit is contained in:
Max Goodhart
2020-06-30 17:11:41 -07:00
parent df81a7d4fe
commit cc79f387fd
5 changed files with 132 additions and 56 deletions

View File

@@ -6,12 +6,13 @@
"scripts": {
"build": "webpack",
"start": "npm run build -- --display=errors-only && electron dist",
"start-local": "npm run build -- --display=errors-only && electron dist --webserver=http://localhost:4444 --username=woke --password=woke",
"start-local": "npm run build -- --display=errors-only && electron dist --control.address=http://localhost:4444 --control.username=woke --control.password=woke",
"test": "jest"
},
"author": "Max Goodhart <c@chromakode.com>",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"ejs": "^3.1.3",
"electron": "^9.0.4",
"koa": "^2.12.1",