You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(cli,plugin-dev): drop unused @objectstack/studio dependency (#2665)
Follow-up to 3b9fd94 (Studio no longer default-loaded by os dev/start/serve).
With the default registration gone, neither cli nor plugin-dev imports
@objectstack/studio at runtime. The last remaining consumer was the ADR-0048
app-split test, which now exercises the identical one-app-package code path via
Setup + Account. The @objectstack/studio package itself is unchanged and still
registerable explicitly.
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Drop the `@objectstack/studio` dependency from `cli` and `plugin-dev`. Since Studio is no longer default-loaded by `os dev` / `os start` / `os serve` (the console hosts it at `/_console/studio/...`), neither package imports it at runtime any more. The only remaining consumer was the ADR-0048 app-split test in `cli`, which now exercises the identical one-app-package code path via Setup + Account. The `@objectstack/studio` package itself is unchanged and still registerable explicitly.
0 commit comments