I created turbo-repo which contains:
Now every app has its own .env file concerning its folder
Now I am to host this project on the VPS. The problem I am facing is how to manage all these .env files. in a single project, I could either use the dotenv (ref: website) or even easily copy and paste to the server
but in the turbo repo, this is not the convenient way so how can handle the multiple .env files in the turbo repo.
The docs says that a best practice to deal this is using a local .env by package