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
Problem: frontend-common contains part of our codebase, but actually developing this code is almost impossible because it lives in a repository. For example stores, theming, fonts should probably live in the common, but right now is half in this repository and half in the frontend-common, depending on what people feel like.
Solution: Move everything to a monorepo.
This would create 3/(4) packages:
pos
frontend (this repository but needs a better name, because the whole monorepo is the frontend)
Problem: frontend-common contains part of our codebase, but actually developing this code is almost impossible because it lives in a repository. For example stores, theming, fonts should probably live in the common, but right now is half in this repository and half in the frontend-common, depending on what people feel like.
Solution: Move everything to a monorepo.
This would create 3/(4) packages:
Steps:
The text was updated successfully, but these errors were encountered: