Hi
I'm working on a Nuxt 3 project and the build folder is a "hidden" folder named .output
I'm migrating a Vue 3 project where I'm copying some assets to the build page, but now it's not working because of the folder name.
How can I manage this?
Thanks