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';