Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove server.dev / server.core dichotomy #659

Open
fbielejec opened this issue Nov 25, 2019 · 0 comments
Open

remove server.dev / server.core dichotomy #659

fbielejec opened this issue Nov 25, 2019 · 0 comments
Assignees
Labels
feature New feature or request must have

Comments

@fbielejec
Copy link
Contributor

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

  • One entry-point namespace
  • No regressions
@fbielejec fbielejec added feature New feature or request must have labels Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request must have
Projects
None yet
Development

No branches or pull requests

2 participants