chore: enabled scheduled debugger in run configs

This commit is contained in:
MiniDigger | Martin 2024-11-17 20:55:58 +01:00
parent 151907ccce
commit 68e08efb4f
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="backend json logging" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="SCHEDULED_DEBUGGER" value="true" />
<envs>
<env name="JSON_LOGS_ENABLED" value="true" />
</envs>

View File

@ -1,5 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="backend" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="SCHEDULED_DEBUGGER" value="true" />
<module name="hangar" />
<option name="SPRING_BOOT_MAIN_CLASS" value="io.papermc.hangar.HangarApplication" />
<extension name="coverage">