private static bool IsNodeSite(string projectPath) { return(NodeSiteEnabler.LooksLikeNode(new FileSystem(), projectPath)); }
private static bool IsNodeSite(string projectPath) { return(NodeSiteEnabler.LooksLikeNode(projectPath)); }