refactor: GatewayPrisma 가져오기 방식 변경

This commit is contained in:
2026-01-05 15:23:36 +00:00
parent b1f2523fa3
commit d8c1035041
+2 -1
View File
@@ -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';