v1.6.2
Patch Changes
-
#44
e366008Thanks @flyon! -linked startno longer aborts standalone (non-workspace) apps.getLincdPackages()used to print "Could not find package workspaces" and callprocess.exit()when noworkspacesfield was present in the nearestpackage.json. That brokenpm startfor everynpx @_linked/cli create-app …scaffold, since the resulting app is a single-package repo with no workspaces.It now returns
[]in that case — there simply are no local workspace packages to scan, which is the correct answer for a standalone app. Monorepo behavior is unchanged.