Error when running Migrate on inngest function

    await migrate(db, {
      migrationsFolder: "./src/db/migrations",
    });


Apparently the migrate can't find the path ./src/db/migrations into the inngest function.

Can someone help me?
Screenshot_2023-11-17_at_21.png
Was this page helpful?