Custom output dir
In Nuxt 2 I had a workflow where I would set the buildDir to
But now when I set
I could change it, but since the directory name is dynamic, what can I do?
Currently I get
./releases/v{latest-version} and then have a link in that folder current to the latest version for NGINX to have a seamless upgrade process. But now when I set
buildDir in Nuxt 3 and run nuxt prepare before the build I run into problems because in tsconfig.json I have hard-codedI could change it, but since the directory name is dynamic, what can I do?
Currently I get
