How to use GSD in a monorepo? #616
Unanswered
patrickiel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
I just added it to ´root´ (App in your case), but I've just played around with it a bit. No problems so far. What do you think might be an issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working in a monorepo with the following structure:
I often need to switch between the full app scope, frontend only, or backend only.
Since the application is getting quite large, I prefer using subfolders to keep things manageable. I tried initializing GSD in all three folders (root, frontend, and backend), but I'm running into conflicts and issues.
My questions:
Beta Was this translation helpful? Give feedback.
All reactions