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 16, 2023
1 parent a906d91 commit 42acf5a
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 @@ -36,6 +36,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 42acf5a

Please sign in to comment.