Root directory help
Unanswered
Silky ant posted this in #help-forum
Silky antOP
Hey all, currently I have a project setup where I have a project called something, and in something I have a folder called web which is my nextJS app. However, there another folder outside of web that has shared types with my backend another folder called /packages. Currently I run a script to copy all my code in packages to inside vercel. I want to use yarn workspaces and was wondering whats the best way to do this and also deploy successfully?