Skip to content

Conversation

@robertandreimoldoveanu
Copy link
Contributor

  • chore: remove env options from publish
  • feat: add 3 port options for auth server
  • chore: change default auth env to cloud
  • chore: add new clientid config
  • feat: allow auth everywhere
  • chore: increase sdk version

Comment on lines +35 to +40
if is_port_in_use(port):
if is_port_in_use(port_option_one):
if is_port_in_use(port_option_two):
if is_port_in_use(port_option_three):
raise RuntimeError(
"All configured ports are in use. Please close applications using ports or configure different ports."
Copy link
Contributor

Choose a reason for hiding this comment

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

😮

@robertandreimoldoveanu robertandreimoldoveanu merged commit ae401c5 into main Apr 8, 2025
4 checks passed
@robertandreimoldoveanu robertandreimoldoveanu deleted the chore/change-auth-clientid branch April 8, 2025 09:35
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.

2 participants