ServiceChannel webhook processor, proposal approval cards, attachment auto-post, CollabSupport commands, and Docker deployment configuration. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
No EOL
159 B
JavaScript
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'; |