我正在使用最新的节点配置。目前,我有几个具有本地配置的项目和另一个具有通用配置的项目。
这是我目前的结构:
ProjectA/configs/{production, staging, integration}
ProjectB/configs/{production, staging, integration}
Common/configs/{production, staging, integration}
我需要Common/configs
在 ProjectA 和 ProjectB 中使用本地定义NODE_ENV
的 .
目前是否支持此功能?如何实现这样的事情?
谢谢!