MLH-Fellowship/nodemaker

Automatic identification of channels

Closed this issue · 0 comments

ivov commented

Currently, it is necessary to add any new channels manually to background.ts, so it'd be useful to read them off the /channels directory directly.

const ipcChannels: IpcChannel[] = [
      new ExampleChannel(),
      new ParametersChannel(),
];