Commit f91761a
fix: account envs not showing up in site build (#6122)
* fix: remove siteId from getAccountEnv getEnvelope call
It looks like this siteId was added here accidentally. This causes site
builds to not include account envs because getEnvelope will only get the
envvars for that specific site instead of the account.
* Update packages/config/src/env/main.ts
Co-authored-by: Mateusz Bocian <[email protected]>
---------
Co-authored-by: Mateusz Bocian <[email protected]>
Co-authored-by: Philippe Serhal <[email protected]>
Co-authored-by: Karin Hendrikse <[email protected]>1 parent 4866964 commit f91761a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
| |||
0 commit comments