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