index.ts raw

   1  /**
   2   * Infrastructure Layer
   3   *
   4   * Contains implementations of domain interfaces (repositories, services)
   5   * that handle external concerns like persistence and networking.
   6   */
   7  
   8  export * from './persistence'
   9