-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
area/documentationImprovements or additions to documentation.Improvements or additions to documentation.kind/enhancementImprovements to existing feature.Improvements to existing feature.
Description
with #73 and #87 we introduced the ability to start a local simulator which enables local debugging.
our initial approach was code based, ie call the withLocalServer
function and gate it with #if DEBUG
but that was deemed low usability
the current environment variable based approach is easy to use, but means users cannot be configured in a meaningful way, which we may want to do for example to inject middleware that simulate api gateway
we should explore more alternatives before 1.0
Metadata
Metadata
Assignees
Labels
area/documentationImprovements or additions to documentation.Improvements or additions to documentation.kind/enhancementImprovements to existing feature.Improvements to existing feature.