Skip to content

Commit

Permalink
docs(turborepo): correct Nuxt's wildcard pattern
Browse files Browse the repository at this point in the history
Nuxt 3 pattern uses `NUXT_*`, not `NUXT_ENV_*`.
Reference: https://nuxt.com/docs/api/nuxt-config#runtimeconfig-1
  • Loading branch information
NamesMT authored Jun 27, 2024
1 parent e19a9fc commit 168d39a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Turborepo automatically adds prefix wildcards to your [`env`](/repo/docs/referen
| Create React App | `REACT_APP_*` |
| Gatsby | `GATSBY_*` |
| Next.js | `NEXT_PUBLIC_*` |
| Nuxt.js | `NUXT_ENV_*` |
| Nuxt.js | `NUXT_*` |
| RedwoodJS | `REDWOOD_ENV_*` |
| Sanity Studio | `SANITY_STUDIO_*` |
| Solid | `VITE_*` |
Expand Down

0 comments on commit 168d39a

Please sign in to comment.