zibri
    Preparing search index...

    Runs when the app starts.

    interface OnAppStart {
        onAppStart: (app: ZibriApplication) => void | Promise<void>;
    }

    Implemented by

    Index

    Properties

    Properties

    onAppStart: (app: ZibriApplication) => void | Promise<void>

    Runs when the app starts.