sveltekit-enhance
    Preparing search index...

    Type Alias StartupConfiguration

    type StartupConfiguration = {
        allowedPaths: string[];
        onFailure: (reason: unknown) => void;
        readyRedirect: string;
        showJSON: Record<string, any>;
        showPage: string;
    }
    Index
    allowedPaths: string[]
    onFailure: (reason: unknown) => void
    readyRedirect: string
    showJSON: Record<string, any>
    showPage: string