Consider switching to Nuxt 3 just make the project easier to maintain.
Functions can be replaced with server routes. Only concern is that the app should run fully client side, so need to see if with { ssr: false } and server routes whether everything counts as a function use or if output only will put server routes in functions directory.
Consider switching to Nuxt 3 just make the project easier to maintain.
Functions can be replaced with server routes. Only concern is that the app should run fully client side, so need to see if with
{ ssr: false }
and server routes whether everything counts as a function use or if output only will put server routes in functions directory.