Missing package @unhead/devtools-app
#762
-
|
In the DevTools chapter of the documentation, it says:
But there are no package named Did I miss something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey, you're right, the docs were wrong on this one. |
Beta Was this translation helpful? Give feedback.
Hey, you're right, the docs were wrong on this one.
@unhead/devtools-appis a private workspace package; its built output gets inlined into@unhead/bundler/distat release time, so there's nothing extra to install. Only@vitejs/devtools-kitis a real peer dep. Just pushed a docs fix to clear it up. Thanks for flagging!