OultimoCoder / cloudflare-planetscale-hono-boilerplate

A boilerplate for building production-ready RESTful APIs using Cloudflare, Hono, and Planetscale
MIT License
160 stars 19 forks source link

If script fails because of config errors we should handle this #18

Closed OultimoCoder closed 11 months ago

OultimoCoder commented 11 months ago

Right now we just return a 500. In prod we should show a generic error and in dev we should detail the config issue.

OultimoCoder commented 11 months ago

Fixed in https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate/releases/tag/v1.2.1