@kapa.ai no i mean when I use $fetch.raw('...', parseResponse: (value) => ({ foo: 'bar' })) I need to get the value returned from parseResponse. Is that in the response._data key?
"Simpler" date conversion from API without using a special formatter like SuperJSON?
@kapa.ai During what hooks can the nuxt kit addTemplate function be used? I'm using it in nitro:initcompiled hook, but the template is not being created.
@kapa.ai even using relative paths and the mjs extension, I still get Cannot find module. It looks like it's using the .nuxt/dev/ folder as the base for the relative import. Also, my code would need to be transpiled from its ts code to be mjs