Skip to content

Commit

Permalink
Update next.js docs page to be more clear (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco authored Feb 22, 2024
1 parent a1b4371 commit ac21b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/docs/nextjs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ pnpm add @t3-oss/env-nextjs zod

<Callout>

`@t3-oss/env-core` requires a minimum of `typescript@4.7.2`.
`@t3-oss/env-nextjs` requires a minimum of `typescript@4.7.2`.

</Callout>

<Callout>

`@t3-oss/env-core` is an ESM only package. Make sure that your tsconfig uses a module resolution that can read `package.json#exports` (`Bundler` is recommended).
`@t3-oss/env-nextjs` is an ESM only package. Make sure that your tsconfig uses a module resolution that can read `package.json#exports` (`Bundler` is recommended).

</Callout>

Expand Down

0 comments on commit ac21b7a

Please sign in to comment.