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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
With yarn style monorepo we can't import code across server/client like we could in our previous "casual" monorepo style. We should add a "common" package where we can put any code that might be shared across client and server and then teach the students to import it as a npm package.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With yarn style monorepo we can't import code across server/client like we could in our previous "casual" monorepo style. We should add a "common" package where we can put any code that might be shared across client and server and then teach the students to import it as a npm package.
The text was updated successfully, but these errors were encountered: