added bun docs

This commit is contained in:
Vladyslav Matsiiako
2023-09-20 23:44:15 -07:00
parent cf8e597c7d
commit da6fa6d8ce

View File

@@ -28,7 +28,7 @@ infisical run -- bun run dev
```
<Info>
Bun environment variables can be called as either `bun.env.SECRET` or `process.env.SECRET`.
Bun environment variables can be called as either `Bun.env.SECRET` or `process.env.SECRET`. We also recommend you check this more in-depth [guide to environment variables in Bun](https://infisical.com/blog/bun-environment-variables).
</Info>
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=m1NNVuiP07M&t?si=dCprt3xLWPrSOJxy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>