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
Until now, we had one package.json and one node_modules folder, which means that all packages needed on the server side are also in the client, and vice versa. We should get rid of the unneeded packages on both sides, now that we separated client and server in two different folders.
The text was updated successfully, but these errors were encountered:
Until now, we had one package.json and one node_modules folder, which means that all packages needed on the server side are also in the client, and vice versa. We should get rid of the unneeded packages on both sides, now that we separated client and server in two different folders.
The text was updated successfully, but these errors were encountered: