Skip to content

Commit

Permalink
fix(nextjs): Add missing env to base Nx Env (#19201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham authored Sep 22, 2023
1 parent 903c4fe commit 78f7f9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/next/plugins/with-nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const baseNXEnvironmentVariables = [
'NX_WORKSPACE_ROOT',
'NX_TASK_HASH',
'NX_NEXT_DIR',
'NX_NEXT_OUTPUT_PATH',
'NX_E2E_RUN_E2E',
'NX_E2E_CI_CACHE_KEY',
];

export interface WithNxOptions extends NextConfig {
Expand Down

0 comments on commit 78f7f9f

Please sign in to comment.