Conversation
🦋 Changeset detectedLatest commit: 88e2de8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
I think it was intentional to use the start name |
I understand that If preserving the Start branding is important, that is a separate consideration (seems like we're beyond it), but I think |
Summary
startoption toappStartOptionstoAppOptionsapp.rootfor the root componentapp.entries.clientandapp.entries.servererrorBoundarytoproductionErrorBoundaryapp.envto the top-levelenvoptionserverFunctionstop-levelWhy
appdescribes the optional layer where the plugin owns entries, rendering, dev serving, and build orchestration. It avoids tying that capability to the retired SolidStart name.envandserverFunctionsremain independent capabilities. They can be used by router integrations, manual SSR setups, and other projects without plugin-managed application rendering.JavaScript configs using
startorapp.envreceive migration errors. No compatibility aliases are retained before the stable release.Testing
pnpm run buildpnpm run check