if (settings.port !== baseConfig.settings.dev.port && process.env.DEV_PORT && onceDevPort) {
        onceDevPort = false;
        /* eslint-disable no-console */
        console.log(colors.red('You have configured a dev port but the environment ' +
            'variable DEV_PORT is set and that will be used instead. The port that will be used is ' +