Deploying SSR nuxt.js on Firebase Cloud Function
[issue link]I started from nuxt-community/express-template which seamlessly integrated with express.
But issue transforming into Firebase is that all could functions need to be converted into single method. Next.js could be done nicely. In Nuxt.js, it is not possible to use nuxt.render middleware which use this.options.buildDir to dynamically access .nuxt file.
Is an option to pre-compile all file I need with nuxt?