app is a vue 3 with vite.
On local machine the build works fine.
Could not load /opt/render/project/src/src/@iconify/icons-bundle (imported by src/main.js): ENOENT: no such file or directory, open ‘/opt/render/project/src/src/@iconify/icons-bundle’
is it possible that some of the folders in src got excluded by .gitignore and they are not being sent?
also, i’d be tempted to npm i iconify and see if you can use it from the node_modules directory instead the src folder, I’m a little confused why they’d be there anyway
Yes, check the last entry in your .gitignore file, it has src/@iconify/*.js Maybe these files are generated somewhere, and you need to run the commands to generate these files when you build your service.