I have a Dart project in PhpStorm and I have two web (Angular Dart) modules (or subprojects?)
I have a problem how to run/debug them as PhpStorm created very same JavaScript Debug configurations. When I had only one it worked well.
Directory structure is
~/Zdrojaky/src/dart/app/Vavrinec
(the main project) with two subdirs Admin
and Owner
. Run/Debug conf is same for both.
Is it possible to Run/Debug two web Angular Dart (or JS) apps in one PhpStorm project? I would expect different port or directory in URL.