@rayburst/cli 0.3.6 → 0.3.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.
|
@@ -686,6 +686,8 @@ function detectConfigBasedComponents(sourceFile, nodes, nodeMap, edges, projectP
|
|
|
686
686
|
});
|
|
687
687
|
totalEdgesCreated++;
|
|
688
688
|
console.log(`[DEBUG] Created edge: RouterProvider -> Router`);
|
|
689
|
+
console.log(`[DEBUG] Source ID: ${routerProviderNode.id}`);
|
|
690
|
+
console.log(`[DEBUG] Target ID: ${routerNode.id}`);
|
|
689
691
|
}
|
|
690
692
|
} else {
|
|
691
693
|
console.warn("[DEBUG] RouterProvider external node not found, falling back to App -> Router edge");
|
package/dist/index.js
CHANGED
package/dist/vite-plugin.js
CHANGED