I have a scenario where I would like to support two separate XDN projects with one codebase. A bulk of the experience will be the same for the user with the exception of unlocked functionality that is driven behind environment variable flags.
Given that the project name is created via the value defined in the package.json, is it possible to create two separate projects using the same codebase?
Thanks