Problem Description
The method getEnvConfigFilePath in config.server.ts always returns a file path, even if the configuration file does not exist. It should instead return null or undefined in such cases.
|
const getEnvConfigFilePath = (env: Environment) => { |