954b1a9f11
* WIP prices + new caching utils * cached workspace plan prices * GQL API done * integrated in frontend * fixed missing FF * CR fixes * integration tests * removed non-existant team yearly env var
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 gatekeeper core module')
|
|
}
|