Gyen Abubakar
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?2 replies