refactor: tighten backend and logic boundaries
This commit is contained in:
@@ -4,7 +4,5 @@ export type { GamePrismaClient } from './gamePrisma.js';
|
||||
export { createGatewayPostgresConnector, GatewayPrisma } from './gatewayPrisma.js';
|
||||
export type { GatewayPrismaClient } from './gatewayPrisma.js';
|
||||
export * from './db.js';
|
||||
export * from './errorLogRepository.js';
|
||||
export * from './logRepository.js';
|
||||
export * from './redis.js';
|
||||
export * from './turnEngineDb.js';
|
||||
|
||||
Reference in New Issue
Block a user