Hello! I still have some question about setting environments.
So, I have 2 projects, one - the main project, second - development version for first project (as advised to me here). I created both projects separate from each other. I use Ampli CLI and I want to make it possible to use both projects in the same ampli.json configuration but for different environments (for staging version of my app - events goes to MyDevelopmentProject, and for production - events go to MyProductionProject). For this I think I need to combine both of these projects in different environments. What I mean: Production - MyProductionProject, Development: MyDevelopmentProject. But when I try to set MyDevelopmentProject as a development environment for my MyProductionProject I see this message:
After you associate the following projects with this tracking plan, there will no longer be any projects associated with their former tracking plans. To keep things clean, we’ll delete their former tracking plans for you.
What does it mean ? I lose all changes (events, user property etc) inside MyDevelopmentProject ? Or something else ? I have read this article but I am still confused.