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
We use approximately the following directory structure in the project. And each workspace has a react-create-app.
"bolt": {
"workspaces": [
"packages/*"
]
}
project
└───packages
│ cabinet
│ landing
During the development process, a lot of code appears that is the same in all workspaces (for example, utils, api, constants). So I want to put the code at the top level and reuse it.
We use approximately the following directory structure in the project. And each workspace has a react-create-app.
During the development process, a lot of code appears that is the same in all workspaces (for example, utils, api, constants). So I want to put the code at the top level and reuse it.
I haven't found a working way to import shared code inside packages/{name} yet. Can someone share working solutions?
Thank you!!
The text was updated successfully, but these errors were encountered: