-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make project starting when site is removed via create-app #565
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be better to remove the site configs from Admin and API when there's no site? Is this even possible?
I think it's easier just not to touch too much in Admin and API. If you remove the site you could also remove some modules in the API und some Providers in Admin and and and. So my answer is that it is not really possible. |
maybe we should get rid of this remove-site instead of doing it "half". |
My pleasure! |
Feedback from the ones who actually use this script: better a half way solution than nothing. So I'll reopen this and we should either merge this PR or #577 |
Quality Gate passedIssues Measures |
Currently the application does not start anymore when create-app remove-site has been executed due to the deep incorporation of SiteConfigs. This PR injects a lightweight type to comply the needs and is to be meant deleted anyway. This way the application will start with a functioning scope.