Ejemplo n.º 1
0
 private static bool IsNodeSite(string projectPath)
 {
     return(NodeSiteEnabler.LooksLikeNode(new FileSystem(), projectPath));
 }
Ejemplo n.º 2
0
 private static bool IsNodeSite(string projectPath)
 {
     return(NodeSiteEnabler.LooksLikeNode(projectPath));
 }