There is people who score my question as negative without even knowing about replit. I have replit with core subscription and it gives me 50GB, only I have 2 replit with the size of each is not more of 2GB, for some reason when I use the web module I have some restrictions of size to use for the replit. My project is in nextjs, what I did was include this in next.config.js
:
const nextconfig = {
output: 'standalone',
compress: true,
swcMinify: true,
nx: {
svgr: false,
}
};
Having done this I was able to deploy the app