Document watch-admin default behavior change in the v4-to-v5 migration guide - #3428
Conversation
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
thanks for the fix, shouldn't this be mentioned in /cms/migration/v4-to-v5/breaking-changes too ? |
|
Good catch, and you were right on both counts: watch-admin was not mentioned anywhere in the migration section, so the AI answer on the issue was wrong about it already being covered in the breaking changes page. I have added a dedicated breaking change page, |
|
thanks ! perfect 👌 |
|
Now merging the PR 🚀 |
|
You're welcome, the button to create an issue shown just after the feedback submission is a great idea :) |
This PR adds a note to the "Admin panel customization" section of the step-by-step migration guide to mention that `strapi develop` now runs in watch-admin mode by default in Strapi 5 (previously opt-in via `--watch-admin` in v4), and that `--no-watch-admin` can be used to disable it.
Reported in #3427.
Fixes #3427