There should be a way to override the module created or used instead of relying on the file name.
So if we have a file and module called config that we want to add some environment variables to we can create a file called config.env.js and add the defined variables to the config module.
There should be a way to override the module created or used instead of relying on the file name. So if we have a file and module called config that we want to add some environment variables to we can create a file called config.env.js and add the defined variables to the config module.