type alias AppLoader

Loads the project's config module by URL.

Shares ModuleLoader's shape and default implementation — both import an ES module by absolute URL — so there is one lazy-import mechanism in this package, not two.

Definition

Usage

import { type AppLoader } from "cli/src/index.ts";