cloudflare-docs icon indicating copy to clipboard operation
cloudflare-docs copied to clipboard

Store data with Fauna --> Wrangler 1 to 2

Open kodster28 opened this issue 1 year ago • 1 comments

https://developers.cloudflare.com/workers/tutorials/store-data-with-fauna/: https://github.com/fauna-labs/fauna-workers/blob/master/wrangler.toml contains the redundant type="javascript", and the tutorial references (but doesn't actually use type="webpack").

Likely makes sense to update with Hono as well

kodster28 avatar May 06 '24 15:05 kodster28

Hi @kodster28

https://developers.cloudflare.com/workers/tutorials/store-data-with-fauna/

I think this tutorial uses the latest tools - Hono, TypeScript, and Wrangler v3. This refers to https://github.com/yusukebe/fauna-workers instead of https://github.com/fauna-labs/fauna-workers/tree/master. Can you check it?

yusukebe avatar May 09 '24 07:05 yusukebe

Hi @kodster28

https://developers.cloudflare.com/workers/tutorials/store-data-with-fauna/

I think this tutorial uses the latest tools - Hono, TypeScript, and Wrangler v3. This refers to https://github.com/yusukebe/fauna-workers instead of https://github.com/fauna-labs/fauna-workers/tree/master. Can you check it?

Oh... you're totally right!

You already did this work in #10050. Thanks past @yusukebe for doing the work and present @yusukebe for letting me know!

kodster28 avatar May 21 '24 11:05 kodster28