Created by: wapgear
At the current project, we need to have a lot of .env properties based on sub-domain:
master.
develop.
a.
b.
So I think it can be useful for other developers.
Usage example
"start": "CUSTOM_ENV_FILE=.custom.env react-scripts start"