fix(app-tools): restore dev server runtime stability for server config#8500
fix(app-tools): restore dev server runtime stability for server config#8500
Conversation
Prefer ts-node for dev server runtime loading when available. This keeps server middleware and context behavior stable under Node 22. Co-Authored-By: Aiden
🦋 Changeset detectedLatest commit: 15c5457 The changes in this PR will be included in the next version bump. This PR includes changesets to release 115 packages
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 |
✅ Deploy Preview for modernjs-byted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Updating the PR detail with the root cause and fix rationale here because Root causeThis regression started after The regression only affects the dev server runtime path. Why this fixInstead of rolling back the whole Node 22 loader change, this change applies a narrow fallback for the dev server runtime path: when This keeps the existing Node 22 loader behavior for the previously fixed Verification
|
Rsdoctor Bundle Diff Analysis📊 Quick Summary
Generated by Rsdoctor GitHub Action |

Summary
Verification