Skip to content

Conversation

@alissawix
Copy link
Contributor

@alissawix alissawix commented Jul 1, 2025

  • add remote env to possible configs
  • use initializers to create the envs
  • rename devServerPort to enginePort

alissawix added 2 commits July 1, 2025 13:51
move createFeatureEnvironmentsMapping to cli (where it's used)

move files and imports accordingly
@alissawix alissawix requested review from AviVahl and barak007 July 1, 2025 15:34
Copy link
Collaborator

@barak007 barak007 left a comment

Choose a reason for hiding this comment

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

looking good. hard to know if the socket connect is good without running the app. I assume you run dev and it's fine.

@barak007
Copy link
Collaborator

barak007 commented Jul 1, 2025

we should go with major. let me know if you want me to release it

env.endpointType === 'single' ? env.env : `${envName}/${this.envInstanceIdCounter.next(envName)}`;
const worker = runWorker(envInstanceId, this.createEnvironmentFileUrl(envName), runtimeOptions);
const runningEnv = await connectWorkerToProxyCom(envName, worker, forwardingCom);
let runningEnv;
Copy link
Contributor

Choose a reason for hiding this comment

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

type

});
});

function getClientComm(port: number) {
Copy link
Contributor

Choose a reason for hiding this comment

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

com*

Base automatically changed from alissav/remove-config-from-env-manager to main July 2, 2025 12:58
@alissawix alissawix merged commit 77f36f1 into main Jul 2, 2025
6 checks passed
@alissawix alissawix deleted the alissav/add-remote-to-manager branch July 2, 2025 13:13
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