feat: add control panel
This commit is contained in:
@@ -13,7 +13,7 @@ def _app_root(start):
|
||||
# a fixed parent depth.
|
||||
d = pathlib.Path(start).resolve()
|
||||
for p in (d, *d.parents):
|
||||
if (p / ".specify").is_dir():
|
||||
if (p / ".specify").is_dir() or (p / "packages" / "casan-harness").is_dir():
|
||||
return p
|
||||
return d.parents[2]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user