We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 792b1b9 + 8618284 commit 1998de3Copy full SHA for 1998de3
packages/config/src/env/main.ts
@@ -94,7 +94,7 @@ const convertToString = (value) => {
94
// environment.
95
const getGeneralEnv = async function ({
96
siteInfo,
97
- siteInfo: { id, name },
+ siteInfo: { id, name, account_id: accountId },
98
buildDir,
99
branch,
100
deployId,
@@ -108,6 +108,7 @@ const getGeneralEnv = async function ({
108
SITE_NAME: name,
109
DEPLOY_ID: deployId,
110
BUILD_ID: buildId,
111
+ ACCOUNT_ID: accountId,
112
...deployUrls,
113
CONTEXT: context,
114
NETLIFY_LOCAL: 'true',
0 commit comments