From da7d7c2396909c4435e3e16138375ae9b5fde530 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Jul 2026 18:39:27 +0700 Subject: [PATCH] chore: clean up leftover directories from agent portability Co-Authored-By: Claude Opus 5 (1M context) --- src/interfaces/config/index.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/interfaces/config/index.ts diff --git a/src/interfaces/config/index.ts b/src/interfaces/config/index.ts deleted file mode 100644 index fde6f70..0000000 --- a/src/interfaces/config/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Configuration re-export for the interfaces layer. - * - * Provides a centralized access point for application configuration - * within the interfaces / HTTP adapter layer, re-exporting the - * canonical `config` object defined at the application root. - */ -export { config } from '../../env';