File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,7 @@ export async function configurePlatform (onWorkbenchConnect?: () => Promise<void
423423 addLocation ( emojiId , ( ) => import ( /* webpackChunkName: "achievement" */ '@hcengineering/emoji-resources' ) )
424424 addLocation ( billingId , ( ) => import ( /* webpackChunkName: "billing" */ '@hcengineering/billing-resources' ) )
425425 addLocation ( hulyMailId , ( ) => import ( /* webpackChunkName: "huly-mail" */ '@hcengineering/huly-mail-resources' ) )
426+ addLocation ( aiAssistantId , ( ) => import ( /* webpackChunkName: "ai-assistant" */ '@hcengineering/ai-assistant-resources' ) )
426427
427428 setMetadata ( client . metadata . FilterModel , 'ui' )
428429 setMetadata ( client . metadata . ExtraPlugins , [ 'preference' as Plugin ] )
Original file line number Diff line number Diff line change @@ -585,10 +585,10 @@ export async function configurePlatform() {
585585 addLocation ( processId , ( ) => import ( /* webpackChunkName: "process" */ '@hcengineering/process-resources' ) )
586586 addLocation ( achievementId , ( ) => import ( /* webpackChunkName: "achievement" */ '@hcengineering/achievement-resources' ) )
587587 addLocation ( communicationId , ( ) => import ( /* webpackChunkName: "communication" */ '@hcengineering/communication-resources' ) )
588- addLocation ( emojiId , ( ) => import ( /* webpackChunkName: "achievement " */ '@hcengineering/emoji-resources' ) )
589- addLocation ( billingId , ( ) => import ( /* webpackChunkName: "achievement " */ '@hcengineering/billing-resources' ) )
590- addLocation ( hulyMailId , ( ) => import ( /* webpackChunkName: "achievement " */ '@hcengineering/huly-mail-resources' ) )
591- addLocation ( aiAssistantId , ( ) => import ( /* webpackChunkName: "achievement " */ '@hcengineering/ai-assistant-resources' ) )
588+ addLocation ( emojiId , ( ) => import ( /* webpackChunkName: "emoji " */ '@hcengineering/emoji-resources' ) )
589+ addLocation ( billingId , ( ) => import ( /* webpackChunkName: "billing " */ '@hcengineering/billing-resources' ) )
590+ addLocation ( hulyMailId , ( ) => import ( /* webpackChunkName: "hulyMail " */ '@hcengineering/huly-mail-resources' ) )
591+ addLocation ( aiAssistantId , ( ) => import ( /* webpackChunkName: "ai-assistant " */ '@hcengineering/ai-assistant-resources' ) )
592592
593593 setMetadata ( client . metadata . FilterModel , 'ui' )
594594 setMetadata ( client . metadata . ExtraPlugins , [ 'preference' as Plugin ] )
You can’t perform that action at this time.
0 commit comments