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

Set default ports for dev scripts on admin-ui and privacy center #4912

Merged
merged 6 commits into from
May 23, 2024

Conversation

lucanovera
Copy link
Contributor

@lucanovera lucanovera commented May 22, 2024

Description Of Changes

Set default ports for dev scripts on admin-ui and privacy center. The existing problem is that when running turbo run dev, it becomes a race-condition for the port assignment between admin-ui and privacy-center. This would solve the issue. Only making the change on the dev scripts to avoid conflicting with CI scripts.

Code Changes

  • Set default port of 3000 for dev script for admin-ui
  • Set default port of 3001 for dev script for privacy-center

Pre-Merge Checklist

Copy link

vercel bot commented May 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
fides-plus-nightly ⬜️ Ignored (Inspect) Visit Preview May 23, 2024 3:12pm

Copy link

cypress bot commented May 22, 2024

Passing run #7889 ↗︎

0 4 0 0 Flakiness 0
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

Details:

Merge 12a8c2a into a065f7b...
Project: fides Commit: 5d8108980b ℹ️
Status: Passed Duration: 00:35 💡
Started: May 23, 2024 3:24 PM Ended: May 23, 2024 3:25 PM

Review all test suite changes for PR #4912 ↗︎

@@ -12,7 +12,7 @@
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:start": "NODE_ENV=test next build && NODE_ENV=test next start",
"dev": "next dev",
"dev": "next dev -p 3000",
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@lucanovera lucanovera merged commit f3b7d0d into main May 23, 2024
13 checks passed
@lucanovera lucanovera deleted the default-client-ports branch May 23, 2024 15:31
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