Files
accounted/lib/extensions/_generated/enabled-extensions.ts
T
Jakob Wennberg 6d647b956c feat: enable all 9 extensions for deployment
Enable receipt-ocr, ai-categorization, ai-chat, push-notifications,
invoice-inbox, calendar, enable-banking, email, and
user-description-match in extensions.config.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 14:43:11 +01:00

14 lines
322 B
TypeScript

// AUTO-GENERATED — do not edit. Run `npm run setup:extensions` to regenerate.
export const ENABLED_EXTENSION_IDS: ReadonlySet<string> = new Set([
'receipt-ocr',
'ai-categorization',
'ai-chat',
'push-notifications',
'invoice-inbox',
'calendar',
'enable-banking',
'email',
'user-description-match',
])