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

Unified Dev Server #1105

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Unified Dev Server #1105

wants to merge 17 commits into from

Conversation

jsines
Copy link
Contributor

@jsines jsines commented Jun 20, 2024

Description and Context

Adds unified dev server dependency behind a gate, plan is to have both dev servers in this release and then once we ungate 100% we'll remove the other one. Removes a few command args that either aren't implemented / won't get used going forward.

Some changes I had to do around node version here to set it to 20 to be friendly with the cms-dev-server dependency that may need correcting if this won't work with the rest of the CLI.

@jsines jsines changed the title Unified Dev Server WIP Unified Dev Server Oct 9, 2024
@jsines jsines changed the base branch from main to js/preview-hash-diff October 9, 2024 18:47
@jsines jsines changed the base branch from js/preview-hash-diff to main October 9, 2024 18:47
@@ -207,12 +239,6 @@ exports.builder = yargs => {
type: 'string',
requiresArg: true,
});
yargs.option('notify', {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically removing this makes it a breaking change. We're queuing up a major release in the next branch. If you merge this into that branch it should make getting this out alongside everything else nice and easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants