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

Bring env files into alignment, some corrections; image loading strategy for event #820

Merged
merged 5 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporary debugging of env vars.
timcosgrove committed Nov 25, 2024
commit 4fccc3ee8e8b7abe0ac5c77345d000006b5c2193
2 changes: 2 additions & 0 deletions packages/env-loader/src/index.ts
Original file line number Diff line number Diff line change
@@ -22,6 +22,8 @@ export const processEnv = async (command: string): Promise<void> => {
cmsFeatureFlags = {}
} else {
const drupalBaseUrlProp = 'NEXT_PUBLIC_DRUPAL_BASE_URL'
// eslint-disable-next-line no-console
console.log(envVars)
const drupalBaseUrl =
cliOptions[drupalBaseUrlProp] || envVars[drupalBaseUrlProp]
cmsFeatureFlags = await getCmsFeatureFlags(