Function: isStandaloneProject

isStandaloneProject(tree, project): boolean

Returns if a project has a standalone configuration (project.json).

Deprecated

non-standalone projects were deprecated

Parameters

NameTypeDescription
treeTreethe file system tree
projectstringthe project name

Returns

boolean