codeplay-common 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1005,7 +1005,7 @@ const checkAndupdateDropInViteConfig = () => {
|
|
|
1005
1005
|
return;
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
|
-
console.log("📄 Using:", viteConfigPath.split("/").pop());
|
|
1008
|
+
//console.log("📄 Using:", viteConfigPath.split("/").pop());
|
|
1009
1009
|
|
|
1010
1010
|
let viteContent = fs.readFileSync(viteConfigPath, "utf8");
|
|
1011
1011
|
|