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
refactor(cloud): drop Studio designer from control plane (PR-B)
apps/cloud is a control plane, not a developer designer. Studio's
`/_studio/` SPA, runtime-config endpoint, and workspace dependency
are removed; Account + Console remain and Console now naturally
claims `/` as the root redirect target.
- packages/cli serve: add OS_DISABLE_STUDIO=1 env opt-out, parallel
to existing OS_DISABLE_CONSOLE=1. Skips Studio mount cleanly while
keeping Account + Console.
- packages/services/service-cloud/src/cloud-stack: drop the
createStudioRuntimeConfigPlugin() entry (control plane has no
Studio to configure).
- apps/cloud/package.json: drop @objectstack/studio workspace dep;
set OS_DISABLE_STUDIO=1 on dev + start scripts.
- apps/cloud/vercel.json: replace /_studio/ rewrites/headers/redirect
with /_console/ equivalents so production matches local behavior.
- apps/cloud/public/_studio (gitignored): removed (dead static assets).
Boot log: only AccountUI + ConsoleUI plugins are tracked.
GET / now 302 -> /_console/; GET /_studio -> 404.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments