Added application settings and basic filewatcher.
This commit is contained in:
11
src/ipc.types.js
Normal file
11
src/ipc.types.js
Normal file
@@ -0,0 +1,11 @@
|
||||
exports.default = {
|
||||
test: {
|
||||
start: "test-start",
|
||||
},
|
||||
filewatcher: {
|
||||
start: "filewatcher__start",
|
||||
startSuccess: "filewatcher__start-success",
|
||||
startFailure: "filewatcher__start-failure",
|
||||
stop: "filewatcher__stop",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user