2025-05-25
I setup a Cloudflare tunnel so I can serve local sites on a public domain for easy testing on a real mobile device.
2 entries
I setup a Cloudflare tunnel so I can serve local sites on a public domain for easy testing on a real mobile device.
I was interested to learn more about the developer experience of Cloudflare's D1 serverless SQL database offering. I started with this tutorial. Using wrangler you can scaffold a Worker and create a D1 database. The docs were straightforward up until the Write queries within your Worker...