docs(core): fix formatting

This commit is contained in:
Isaac Mann 2023-07-05 12:04:08 -04:00 committed by Juri Strumpflohner
parent 4ee6ed1f98
commit a4b9a8c879

View File

@ -106,7 +106,8 @@ Alternatively, you can set the variable when running a terminal command by using
- MacOS & Linux: `NX_API_URL=http://localhost:9999 npm run build-prod`
- Windows: `set NX_API_URL=http://localhost:9999 & npm run build-prod`
{% /callout %}
{% /callout %}
Finally, We can use environment variables in our code. For example,