You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only flag which web_resources_devserver() supports is --port, but anything you pass gets propagated through to the underlying http-server, meaning all it's flags are accessible. This leaks the abstraction and makes it harder to change the implementation over time.
web_resources_devserver() should explicitly ban any other arguments to make this a stronger abstraction.
The text was updated successfully, but these errors were encountered:
Currently, the only flag which
web_resources_devserver()
supports is--port
, but anything you pass gets propagated through to the underlyinghttp-server
, meaning all it's flags are accessible. This leaks the abstraction and makes it harder to change the implementation over time.web_resources_devserver()
should explicitly ban any other arguments to make this a stronger abstraction.The text was updated successfully, but these errors were encountered: