Files
speckle-server/packages/server/modules/gatekeeperCore/index.ts
T
Kristaps Fabians Geikins 954b1a9f11 feat: plan prices accurately read from Stripe (#4104)
* 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
2025-03-05 12:23:38 +02:00

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')
}