a6a4ceee86
* fixing up typing * better dynamic loader mechanism * buildReqLoaders cleanup * added caching to loaders * ensuring all loaders are async * fe2 plugins error handling fix * feat(shared): true-myth result structures & other auth policy improvements * moving workspaceCore loaders to correct place
7 lines
236 B
TypeScript
7 lines
236 B
TypeScript
import { SpeckleModule } from '@/modules/shared/helpers/typeHelper'
|
|
import { moduleLogger } from '@/observability/logging'
|
|
|
|
export const init: SpeckleModule['init'] = () => {
|
|
moduleLogger.info('⚒️ Init workspaces core module')
|
|
}
|