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
Is it possible to be able to have independent package.json files for the server and front-end? It needs to be such that imports in the client don't resolve to the parent directory (i.e the server's node_modules/).
Is it possible to be able to have independent package.json files for the server and front-end? It needs to be such that imports in the client don't resolve to the parent directory (i.e the server's
node_modules/).