Interface RecreateOptions

interface RecreateOptions {
    announce?: boolean;
    fix?: boolean;
}

Properties

Properties

announce?: boolean

Prints routes before execution for all tasks.

fix?: boolean

Fixes current routes for tasks according to their current paths so they won't be dynamically reassigned.