add intellij run configs

This commit is contained in:
Roland Schneider
2025-11-26 08:23:43 +01:00
parent dad9f4fce1
commit 2934e099b1
5 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="all:start:dev" type="CompoundRunConfigurationType">
<toRun name="dev:gui" type="ShConfigurationType" />
<toRun name="dev:lib" type="ShConfigurationType" />
<toRun name="dev:server" type="ShConfigurationType" />
<toRun name="docker-env-dev" type="ShConfigurationType" />
<method v="2" />
</configuration>
</component>