Description
🆒 Your use case
When I use nuxt generate
I would expect to get a dist
folder symlinked to .output/public
so that the behaviour of this module is the same as standard Nuxt.
🆕 The solution you'd like
Do a Nuxt generate, pnpm generate
or ionic:build
, where ionic build starts a generate (which it doesn't out of the box).
And get a .output/public
folder with the correct generated static site, so we can also use that folder. Or that the dist
folder is symlinked to the .output/public
like it normally does.
It seems to me that there is no reason to do the static site generation different from default Nuxt. It could only introduce bugs or unexpected behaviour for developers / during deployment.
🔍 Alternatives you've considered
I am currently using the alternative to not use this module and instead use a Nuxt build with the Ionic framework and Capacitor libraries added by myself to the stack. I would love to use this module, but I think it is to WIP / unstable right now.
ℹ️ Additional info
No response