@karmaniverous/jeeves-runner
    Preparing search index...

    Function migrateConfig

    • Migrate a legacy config file to the new nested path layout.

      If \<dir\>/jeeves-runner.config.json exists and \<dir\>/jeeves-runner/config.json does not, creates the directory and moves the file.

      Parameters

      • configPath: string

        Path to the new config file or the legacy config file. The function resolves the base directory from this path.

      • Optionallogger: Logger

        Optional logger for migration events.

      Returns boolean

      true if migration was performed, false otherwise.