@logixjs/core
    Preparing search index...

    Function layer

    • Public entry: compose a Debug layer based on the environment or an explicit mode.

      Default mode is auto: non-production → dev; production → prod.

      Parameters

      Returns Layer<any, never, never>

      const runtime = Runtime.make(AppImpl, {
      layer: Layer.mergeAll(Debug.layer(), businessLayer),
      })