I did follow the docs, but like im struggling with putting the _worker.js in the actual output dir??
Like as you can see in the first photo, running the build command generates a _worker.js file, but it is not the one that I wrote, how do I get MY worker to be in the build directory? Keep in mind I'm using svelte
yeah im kinda lost, i assumed using remix for the frontend would work and allow me to fetch from an api and send the whole response back, but the api requires the user to be logged in
I was told by multiple people that I could run langchain with Cloudflare workers & wrangler
Am I being led in the wrong direction?
The issue I’m having is that I want to run langchain in a react native mobile application but the Hermes engine does not use “readable streams” which is how langchain responds
Guys, adding Durable Objects to my code causes it to 200ms-1s additional response times, Is that expected? Was trying to replace KV for authentication management