refactor: GatewayPrisma 가져오기 방식 변경
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user