Implemented job upload

This commit is contained in:
Patrick Fic
2020-10-14 17:08:47 -07:00
parent e7614942e5
commit 0a3c87a6f2
25 changed files with 347 additions and 131 deletions

View File

@@ -1,4 +1,5 @@
exports.default = {
webcontent: "webcontent-send",
test: {
start: "test-start",
},
@@ -7,6 +8,7 @@ exports.default = {
filepathsGet: "filewatcher__filepathsget",
start: "filewatcher__start",
stop: "filewatcher__stop",
addPath: "filewatcher__addPath",
},
toRenderer: {
filepathsList: "filewatcher__filepathslist",