improve config detection for monorepo environments

This commit is contained in:
Nacho Codoñer
2025-09-16 18:32:57 +02:00
parent 117d203c78
commit 8de21cf579

View File

@@ -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