buildDir not working as expected
I have added:
buildDir: "../backendEU/client/app",
to my nuxt config (nuxt 3 btw).
But it only puts in the following data (printscreen 1)
If i take a look at .output i do see the index.html ect (printscreen 2)
but it seems to be missing from backend/client/app, how can i solve this?
I would like to have the components of public copied to ../backendEU/client/app
buildDir: "../backendEU/client/app",
to my nuxt config (nuxt 3 btw).
But it only puts in the following data (printscreen 1)
If i take a look at .output i do see the index.html ect (printscreen 2)
but it seems to be missing from backend/client/app, how can i solve this?
I would like to have the components of public copied to ../backendEU/client/app


