working version with js electron set up sending data to channel and stuff through to the main process
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
channels: {
|
||||
ACTIVATE_LOG_IN: "ACTIVATE_LOG_IN",
|
||||
AUTH_TOKEN: "AUTH_TOKEN",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user