finally what is best pr…

less than 1 minute read

finally, what is best practice for sharing env through app/libs? and what is best practice for serving multiple apps at the same time (for now I run them separately, probably is the best solution, but I’m wondering what other people are doing)

Responses:

There are several ways to share env. The more usual is through injection tokens as discussed <https://nrwlcommunity.slack.com/archives/CMJ9RH6G6/p1589691680150900 here> and <https://nrwlcommunity.slack.com/archives/CMFKWPU6Q/p1589267587074200 here>.

For apps serving, I do serve them separately as well when I need to.

Updated: