Add snap support (#60)

* Initial app daemon implementation

* Pass script path to child bridge processes

* Change WebSocket server port

* Fix error sending message whilst WebSocket connection is closing

* Initial ext daemon connection implementation
This commit is contained in:
Matt Hensman
2019-05-15 11:30:30 +01:00
committed by GitHub
parent 8cb097c963
commit 474dbad1aa
20 changed files with 753 additions and 375 deletions

View File

@@ -20,8 +20,10 @@
"lint:ext": "npm run lint --prefix ./ext"
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/semver": "^5.5.0",
"@types/uuid": "^3.4.4",
"@types/ws": "^6.0.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"jasmine-console-reporter": "^3.1.0",