chore(workspace): create webstorm run configurations

This commit is contained in:
parent 6689536762
commit 489b2e0558
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
3 changed files with 19 additions and 0 deletions

7
.run/firefox.run.xml Normal file

@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="firefox" type="JavascriptDebugType" uri="http://localhost:3000" useFirstLineBreakpoints="true">
<method v="2">
<option name="LaunchBrowser.Before.Run" browser="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" />
</method>
</configuration>
</component>

@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="fullstack: nuxt" type="CompoundRunConfigurationType">
<toRun name="firefox" type="JavascriptDebugType" />
<toRun name="server: nuxt" type="NodeJSConfigurationType" />
<method v="2" />
</configuration>
</component>

5
.run/nuxt.run.xml Normal file

@ -0,0 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="server: nuxt" type="NodeJSConfigurationType" application-parameters="dev" path-to-js-file="$PROJECT_DIR$/node_modules/nuxi/bin/nuxi.mjs" working-dir="$PROJECT_DIR$">
<method v="2" />
</configuration>
</component>