So i’m trying to deploy my NestJS app with Sequelize and PostgreSQL on Vercel, but I’m encountering an error, even though it’s working perfectly locally.
I already tried adding dialectModule on instantiation of sequelize but I’m receiving another error
is there something wrong with my vercel.json? or instantiation of my sequelize? or it’s not possible to use sequelize ?
Thank you!