mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
improve config detection for monorepo environments
This commit is contained in:
@@ -148,7 +148,8 @@ if (isMeteorAppRun() || isMeteorAppBuild() || isMeteorAppTest()) {
|
||||
|
||||
if (isMeteorAppDebug() || isMeteorAppConfigModernVerbose()) {
|
||||
const configFile = getConfigFileName();
|
||||
logInfo(`[i] Rspack config: ${configFile}`);
|
||||
logInfo(`[i] Rspack default config: ${configFile}`);
|
||||
logInfo(`[i] Rspack custom config: ${process.cwd()}/rspack.config.js`);
|
||||
}
|
||||
|
||||
// Calculate and set the Rsdoctor client and server ports at boot only if bundle visualizer is enabled
|
||||
|
||||
Reference in New Issue
Block a user