I'm not sure what I'm doing wrong but when I try to deploy to Vercel (or Netlify), my build always fails because of the 250MB size limit. I'm not sure why it reaches this amount. When I build locally the size is 69.9MB. It's probably because of the node_modules which seems to be 114MB (see image), I'm not sure if this is normal, I have a quite a few packages that I use but not excessive, it's mostly Prisma and Sharp that take up the space. I tried to remove some dependencies but it didn't work. Does anyone have any tips to deploy this?