Tugduoff / RType

RTypeeeeeeeuh
3 stars 0 forks source link

:recycle: Refactor entrypoint and create a new entrypoint with params #76

Closed Tugduoff closed 1 month ago

Tugduoff commented 1 month ago

Instead of having one entryPoint that takes either args or no args, we decided it would be better to have two entryPoints.

One : 'buildDefault' would have 0 args and the other : 'buildWithParams' could take any args it wants containing all args we want to pass through. We keep the 'entryConfig' entryPoint as its used and doesnt need to be changed yet.