Update react.mdx

This commit is contained in:
Maidul Islam
2023-07-23 15:44:54 -04:00
committed by GitHub
parent 9ed516ccb6
commit 723bcd4d83

View File

@@ -26,3 +26,7 @@ infisical run -- <your application start command>
# Example # Example
infisical run -- npm run dev infisical run -- npm run dev
``` ```
<Info>
React environment variables must be prefixed with `REACT_APP_` to show up within the application
</Info>