oblador / esbuild-server

Fast, lightweight and powerful development server for esbuild
MIT License
37 stars 5 forks source link

Prevent exiting on error connecting to proxy #7

Closed daradermody closed 1 year ago

daradermody commented 1 year ago

Instead of getting this error when the proxy is unavilable and exiting completely:

image

Get this error, but stay running:

image

The error gets propagated to the original requester

image

oblador commented 1 year ago

Released in 0.2.1, thx!