OptionalseedersPath to seeder files directory
OptionalseedsTable name to track executed seeders (default: 'PrormData')
OptionalpatternFile pattern to match seeder files
OptionalenvThe current environment used to scope env-specific seeders. When not
provided, it falls back to process.env.NODE_ENV. A seeder that declares
an env only runs when it equals this value; if neither is resolvable,
env-scoped seeders are skipped entirely.
Options for the SeederRunner