You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you feel it is effective and not problematic to simply replace nuxt with nuxt-start in functions/package.json and functions/index.js in any generic nuxt/ssr/firebase project?
The text was updated successfully, but these errors were encountered:
I just want to minimize my cold boot time for cloud function, so I took the recommended approach. I didn't really did any benchmark though.
One issue I notice is that many of the nuxt's dependencies had to be installed separately in functions' package.json, e.g. vue, vue-meta, vue-router. I am not sure if it is due to using nuxt-start, or if using nuxt also causes similar issue.
Do you feel it is effective and not problematic to simply replace nuxt with nuxt-start in functions/package.json and functions/index.js in any generic nuxt/ssr/firebase project?
The text was updated successfully, but these errors were encountered: