SksOp / neuralflow-poc

https://neuralflow.devflex.co.in/
0 stars 1 forks source link

Change all the packages to separate Workspace #22

Closed SksOp closed 8 months ago

SksOp commented 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.

linear[bot] commented 8 months ago

NF-38 Change all the packages to separate Workspace

SksOp commented 8 months ago

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.