Skip to content

Commit

Permalink
MET-425 Fix: Export commonHealthCheckPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewi-wd committed Nov 29, 2024
1 parent 76bf2d9 commit 3b61588
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ export type {
export { wrapHealthCheck } from './plugins/healthcheck/healthcheckCommons'
export type { HealthChecker } from './plugins/healthcheck/healthcheckCommons'

export { commonHealthcheckPlugin } from './plugins/healthcheck/commonHealthcheckPlugin'
export type {
CommonHealthcheckPluginOptions,
} from './plugins/healthcheck/commonHealthcheckPlugin'

export {
amplitudePlugin,
type AmplitudeConfig,
Expand Down

0 comments on commit 3b61588

Please sign in to comment.