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
Server is split into two namespaces, which creates an unnecessary complexity and is a potential point of failure (irreducible builds between different environments).
Any run-time configuration is perfectly achievable using config
Implementation
Remove that dichotomy and provide one entry point for the whole application.
Acceptance Criteria
One entry-point namespace
No regressions
The text was updated successfully, but these errors were encountered:
Problem
Server is split into two namespaces, which creates an unnecessary complexity and is a potential point of failure (irreducible builds between different environments).
Any run-time configuration is perfectly achievable using config
Implementation
Remove that dichotomy and provide one entry point for the whole application.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: