Disable root files being copied into `/_nuxt` path
I'm getting this error:
CustomersFilters.vue:12
looks like this:
I have a shadcn-vue
components.json
file in the root directory and when I visit localhost:3000/_nuxt/components.json
in the browser, I get the contents of the components.json
file in the root folder.
How do I disable this behaviour?1 Reply
Everything I import from
~/components
yields this error because of this behaviour. And it is actually preventing the app from rendering.