Error when running Migrate on inngest function
Apparently the migrate can't find the path
./src/db/migrations into the inngest function.Can someone help me?

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