Stone.js API
    Preparing search index...

    What to boot: the app's modules (decorated classes and/or blueprints). The Fetch adapter is forced as the current adapter, so the same app deploys to any edge/runtime target.

    interface EdgeAppOptions {
        blueprint?: Partial<StoneBlueprint>;
        modules?: unknown[];
    }
    Index
    blueprint?: Partial<StoneBlueprint>

    A base blueprint to merge (shorthand for one blueprint module).

    modules?: unknown[]

    App modules to boot.