Stone.js API
    Preparing search index...

    What a running application publishes about itself.

    interface AppContext {
        env?: string;
        name?: string;
        platform?: string;
        stone: Record<string, unknown>;
    }
    Index
    env?: string

    The environment it booted in.

    name?: string

    Its name.

    platform?: string

    The platform the application actually booted as.

    stone: Record<string, unknown>

    The resolved stone configuration, with secret-looking values redacted.