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
I'm currently developing in a monorepo, where multiple sub-projects share the same assets (aka files under public/), while some files stay exclusive to their respective projects.
The only current workaround I'm aware of is a symlink from the shared public/ directory into each individual public/folder
Proposal
In my opinion, the developer should be able to choose multiple directories to serve as public/, with choices of where to mount each.
an example would be
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
public/
dirs and assetsNon-Goals
No response
Background
I'm currently developing in a monorepo, where multiple sub-projects share the same assets (aka files under
public/
), while some files stay exclusive to their respective projects.The only current workaround I'm aware of is a symlink from the shared
public/
directory into each individualpublic/folder
Proposal
In my opinion, the developer should be able to choose multiple directories to serve as
public/
, with choices of where to mount each.an example would be
Beta Was this translation helpful? Give feedback.
All reactions