sergeyClover
Results
2
comments of
sergeyClover
Just found out a solution: 1. Move assets folder to project root 2. Now assets are accessible with command: let basePath = process.cwd(); const filePath = path.join(basePath, `assets/${file}`); hope it...
Works in vercel production environment. Didnt test on dev or standalone just yet as it seems that puppeteer is not working as well on vercel.