the idea was to use CF stack, i might look at your alternative. Thank you too.
the idea was to use CF stack, i might look at your alternative. Thank you too.
<rootproject>/functions/auth/ containing signin.ts, signup.ts. In the documentation for local development, I can run npx wrangler pages dev <DIRECTORY-OF-ASSETS>. Can someone explain what is this directory of assets? Is it the dist folder created after running the command astro build? I tried npx wrangler pages dev dist. The web app can be opened in the local browser, but trying the signup button returns POST http://localhost:8788/auth/signup 405 (Method Not Allowed)./importReciperecipe-importer which kicks off a series of requests culminating in a LLM call that returns a stream (in this case an AsyncIterableStream, but I can convert that to a ReadableStream. I want to essentially relay this stream back to the API worker, which will relay it back to the clientfetch with: https://platform.openai.com/docs/api-reference/vite-plugin-cloudflareThis version of Wrangler will transpile using into direct calls to Symbol.dispose(), before running your code or deploying it to Cloudflare.
await using foo = new SomeAsyncDisposable()