Evаn Summers
Evаn Summers
It looks like miniflare reads a .env file but not the actual shell ENV-- is that intentional? I'm used to other implementations of .env always prioritizing the command-line vars, so...
Fixes some cases of #34 where miniflare reloads the worker js file as it is being written to (e.g. by webpack), rather than when it has finished emitting. Seems to...
Sade is great, thanks! I noticed that if my async handlers error out, then node exits with an UnhandledPromiseRejectionWarning but doesn't print the error message or stack trace or such....
Thanks for this neat little library! I'm using it in a project and noticed the undo/redo doesn't apply to the eraser tool, so I've implemented this feature