Skip to content

Commit

Permalink
fix(nextjs): Add NX_NEXT_OUTPUT_PATH to base Nx Env
Browse files Browse the repository at this point in the history
closes: #19044
  • Loading branch information
ndcunningham committed Sep 21, 2023
1 parent d1310e3 commit 7e2b7d5
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 7e2b7d5

Please sign in to comment.