How to change generated static app to another directory.
[issue link]To separate concerns, i’ve got 2 directories, nuxt-client and feathers-server. i want nuxt to generate and drop the static site to feathers-server/public instead of nuxt-client/dist. Can I define this in config or is there another way to accomplish this?