I have been using Snaplet Seed to seed my database. The createSeedClient method has this signature:
createSeedClient(options?: SeedClientOptions): Promise<SeedClient>
meaning that it does take an argument and when I build it locally, the build succeeds.
Has anyone had this issue before or does anyone have any idea on how to start debugging this issue? I can't recreate it locally and I have no clue what to do next.