Skip to content

Commit aed8601

Browse files
committed
Add comment
1 parent fbaec3b commit aed8601

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/next-core/src/next_config.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,6 +1729,9 @@ impl NextConfig {
17291729
&self,
17301730
env: Vc<Box<dyn ProcessEnv>>,
17311731
) -> Result<Vc<ReqwestClientConfig>> {
1732+
// Support both an env var and the experimental flag to provide more flexibility to
1733+
// developers on locked down systems, depending on if they want to configure this on a
1734+
// per-system or per-project basis.
17321735
let use_system_tls_certs = env
17331736
.read(rcstr!("NEXT_TURBOPACK_EXPERIMENTAL_USE_SYSTEM_TLS_CERTS"))
17341737
.await?

0 commit comments

Comments
 (0)