-
Notifications
You must be signed in to change notification settings - Fork 0
add support for local development #22
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
Conversation
WalkthroughReplaced getDomainAndOrganization with getOrganization (now returns a string) across portal-options, updated call sites and tests, read BASE_DOMAINS_DEFAULT from env for base-domain checks, switched auth clientId to getOrganization, added @Injectable to one service, adjusted welcomeNodeConfig, and bumped a dependency. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
…local-development # Conflicts: # src/portal-options/auth-config-provider.spec.ts # src/portal-options/auth-config-provider.ts # src/portal-options/service-providers/content-configuration-service-providers.service.spec.ts # src/portal-options/service-providers/content-configuration-service-providers.service.ts
Having the env setup
with the coming changes we are able to run
http:\\localhost:FRONTEND_PORTSummary by CodeRabbit
New Features
Bug Fixes
Refactor
Tests
Chores