Switch the default app of your workspace
Please open the nx.json file and change the defaultProject from deep-dive to flight-app:
Current setting:
{
[...]
"defaultProject": "deep-dive"
}
New setting:
{
[...]
"defaultProject": "flight-app"
}