diff --git a/app/gateway-api/src/index.ts b/app/gateway-api/src/index.ts index 5c2a210..ab4388e 100644 --- a/app/gateway-api/src/index.ts +++ b/app/gateway-api/src/index.ts @@ -8,7 +8,8 @@ export * from './config.js'; export * from './context.js'; export * from './router.js'; export * from './server.js'; -export { GatewayPrisma } from '@sammo-ts/infra'; +import { GatewayPrisma } from '@sammo-ts/infra'; +export { GatewayPrisma }; export type JsonObject = GatewayPrisma.JsonObject; export type JsonArray = GatewayPrisma.JsonArray; export * from './orchestrator/profileRepository.js';