You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting object syntax makes sense too. Personally, i use simplified repo: 'owner/name' for unjs packages and parse it when needed as most of the the times, the combination is consumed. Also instead of branch, we could call it ref (ref can be also a git tag or commit)
Instead of 3 separate options,
{ owner: 'nuxt', repo: 'image', branch: 'main' }
we could supportrepository: 'nuxt/image#main'
The text was updated successfully, but these errors were encountered: