Hi!
We have a monorepo with three different applications, and we created a separate GrowthBook project for each one. However, we want to share the same feature flag across all of them.
I tried manually creating the same flag in each project, but I get an error saying it already exists—even though it doesn’t appear in the flag list for that project. This makes me wonder if GrowthBook was designed to work this way or if I’m handling it incorrectly.
Is there a way to share a single feature flag across multiple projects? Any recommendations on how to manage this properly? Thanks!