You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="design-paragraph"><a class="design-link" href="https://www.npmjs.com/package/@dotenvx/next-env" target="_blank" rel="noopener noreferrer"><code class="design-code">@dotenvx/next-env</code></a> is a drop-in replacement for Next.js <code class="design-code">@next/env</code>, so encrypted dotenvx files load during Next’s own environment step.</p>
65
-
66
-
{% capture sdk_next_env %}
67
-
{
68
-
"dependencies": {
69
-
"@dotenvx/next-env": "^2.0.0",
70
-
"next": "^16.0.0"
71
-
},
72
-
"overrides": {
73
-
"@next/env": "npm:@dotenvx/next-env"
74
-
}
75
-
}
76
-
{% endcapture %}
77
-
{% include components/design-codeblock.html value=sdk_next_env copy=false %}
78
-
{% endcapture %}
79
-
{% include components/design-step.html content=step_content %}
0 commit comments