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 Jun 2, 2023. It is now read-only.
Now we are using two npm modules, one for main code and second(nested) for frontend code.
Such approach makes difficult sharing code between main and render process. And managing dependency’s(some of them we need to install twice)
I propose to merge them in to one node module with such structure:
Now we are using two npm modules, one for main code and second(nested) for frontend code.
Such approach makes difficult sharing code between main and render process. And managing dependency’s(some of them we need to install twice)
I propose to merge them in to one node module with such structure:
The text was updated successfully, but these errors were encountered: