Added run config to start app locally

This commit is contained in:
Jim Martens 2023-10-01 10:56:57 +02:00
parent 96b4837c97
commit fcfa54cc4e
1 changed files with 12 additions and 0 deletions

12
.run/runLocal.run.xml Normal file
View File

@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="runLocal" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json"/>
<command value="run"/>
<scripts>
<script value="start"/>
</scripts>
<node-interpreter value="project"/>
<envs/>
<method v="2"/>
</configuration>
</component>