feat(frontend): Add nuxt and spring h2 debug configs

This commit is contained in:
2025-05-31 17:23:33 +02:00
parent 075847f0ee
commit 7a9809909b
3 changed files with 27 additions and 0 deletions

10
.run/nuxt.run.xml Normal file
View File

@@ -0,0 +1,10 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="client: chrome" type="JavascriptDebugType" uri="http://192.168.178.114:3001" useFirstLineBreakpoints="true">
<method v="2" />
</configuration>
<configuration default="false" name="fullstack: nuxt" type="CompoundRunConfigurationType">
<toRun name="client: chrome" type="JavascriptDebugType" />
<toRun name="server: nuxt" type="NodeJSConfigurationType" />
<method v="2" />
</configuration>
</component>