This commit is contained in:
Vladyslav Matsiiako
2023-07-23 13:59:42 -07:00

View File

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