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.
1 parent 09ab6ea commit c261f4dCopy full SHA for c261f4d
packages/kit/src/types/synthetic/$env+dynamic+private.md
@@ -9,4 +9,4 @@ import { env } from '$env/dynamic/private';
9
console.log(env.DEPLOYMENT_SPECIFIC_VARIABLE);
10
```
11
12
-> In `dev`, `$env/dynamic` always includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
+> [!NOTE] In `dev`, `$env/dynamic` always includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
0 commit comments