doc: fix migration require path - #659
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR attempts to fix a migration require path in the 20.0.0 migration documentation by adding /dist/ to the degradation module import path. However, the change appears to introduce an error rather than fix one, as the @ima/server package does not have a dist folder and the correct path should not include /dist/.
Changes:
- Modified require path from
@ima/server/degradationto@ima/server/dist/degradationin one location
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2d6c240 to
7c207f9
Compare
No description provided.