Closed SksOp closed 8 months ago
The problem with current packages is that some internal exports are also exposed to the application, that can may cause break the code if not taken care of.
we need to make the packages a separate workspace.
NF-38 Change all the packages to separate Workspace
In order to achieve this we need to change the codebase to a monorepo structure, which I not feel like a necessary requirement for POC.
The problem with current packages is that some internal exports are also exposed to the application, that can may cause break the code if not taken care of.
we need to make the packages a separate workspace.