Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com> Co-authored-by: Thomas Nordquist <thomasnordquist@users.noreply.github.com>
8 lines
390 B
TypeScript
8 lines
390 B
TypeScript
export * from './Events'
|
|
export * from './EventsV2'
|
|
export * from './EventSystem/EventDispatcher'
|
|
// EventBus exports removed - this file contains Electron-specific imports
|
|
// In Electron mode, webpack replaces '../../../events' to use './EventSystem/EventBus'
|
|
// In browser mode, webpack replaces '../../../events' to use browserEventBus.ts
|
|
export * from './EventSystem/EventBusInterface'
|