Add Rider launch configurations (#2646)

This commit is contained in:
Thomas Rittson
2023-01-31 06:20:46 +10:00
committed by GitHub
parent 28e6275063
commit 328bee40bc
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Full Server - Self-hosted" type="CompoundRunConfigurationType">
<toRun name="Admin: Admin-SelfHost" type="LaunchSettings" />
<toRun name="Api: Api-SelfHost" type="LaunchSettings" />
<toRun name="Events: Events-SelfHost" type="LaunchSettings" />
<toRun name="Identity: Identity-SelfHost" type="LaunchSettings" />
<toRun name="Notifications: Notifications-SelfHost" type="LaunchSettings" />
<toRun name="Sso: Sso-SelfHost" type="LaunchSettings" />
<method v="2" />
</configuration>
</component>