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
In a monorepo setup you often have some sort of demo or fixture package. Those should never be published to JSR. We don't have a way to tell Deno that.
In npm land this is solved by setting private: true in package.json. We should support something similar and error when that package is imported in any of the other workspace members.