cf options in fetch with typecript
Im fetching from turso in my Next.js app some data.
I need it to not be cached and I read that I could change those options with cf as described here https://developers.cloudflare.com/workers/examples/cache-using-fetch/
I have a custom fetch that I use for my libsql client
But it cries and says that cf cant be used, is there any workaround for this?
I need it to not be cached and I read that I could change those options with cf as described here https://developers.cloudflare.com/workers/examples/cache-using-fetch/
I have a custom fetch that I use for my libsql client
But it cries and says that cf cant be used, is there any workaround for this?
