I’m working with an application that uses Tesseract (OCR) to read text from images. I would like to take some JS files from node_modules/tesseract.js/dist and make them downloadable in the browser. I know I can just copy the files to ./public and next.js will serve it statically from there, but then if I update my version of Tesseract, I may