Rename the web connector and build target to hosted#3956
Merged
Conversation
Pure rename, no behavior change: createWebConnector→createHostedConnector, STUDIO_TARGET/dist/entry web→hosted (connectors/web→hosted, main.web→main.hosted, index.web→index.hosted), and apps/hosted serves dist-hosted. Frees the `web` name so the separate `local` target/connector can be added in the studio ui surface PR. Verified the hosted build still produces dist-hosted. Part of splitting #3953. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… paths) Completes the rename: createWebConnector→createHostedConnector, vite isWeb→isHosted + dist/entry paths, package scripts, and apps/hosted references. (The prior commit moved the files; this updates their contents.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
📊 Performance Test ResultsComparing 28e7d83 vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Pure rename, no behavior change. Renames the browser connector + Vite build target from
webtohosted:createWebConnector→createHostedConnector(connectors/web→connectors/hosted)STUDIO_TARGET=web→hosted;dist-web→dist-hosted;index.web.html/main.web.tsx→.hosted.*;build:web/dev:web→build:hosted/dev:hostedapps/hostedservesdist-hostedThis frees the
webname so a separatelocaltarget/connector can be introduced cleanly in thestudio uisurface PR. Independent of the other split PRs; based ontrunk. Part of splitting thestudio uiproof-of-concept (#3953).Testing Instructions
npm run typecheckclean forapps/uiandapps/hosted.npm run build:hosted --workspace=apps/uibuilds and producesdist-hosted.Pre-merge Checklist
apps/hostedserver still serve the UI.