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