Trails Packages
    Preparing search index...

    Interface ApplicationOverrides

    Application overrides are defined when the is explicitly being restarted with new options.

    Options set through overrides cannot be overwritten by the resolveConfig hook.

    interface ApplicationOverrides {
        locale?: string;
    }
    Index

    Properties

    Properties

    locale?: string

    The new application locale.