servchan/src/integrations/serviceChannel/index.js
jmcqueen c2e98d105e Initial commit: ServChan Webex bot for ServiceChannel work orders.
ServiceChannel webhook processor, proposal approval cards, attachment auto-post,
CollabSupport commands, and Docker deployment configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-24 15:12:08 -04:00

5 lines
No EOL
159 B
JavaScript

// src/integrations/serviceChannel/index.js
// Clean re-exports for ServiceChannel integration.
export * from './client.js';
export * from './attachments.js';