Skip to content

Commit

Permalink
Remove ember conflicting launch
Browse files Browse the repository at this point in the history
  • Loading branch information
aceol committed Jul 3, 2020
1 parent 8ff0a0d commit aecf4bb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 39 deletions.
15 changes: 4 additions & 11 deletions .run/debug_admin.run.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Debug admin" type="JavascriptDebugType" uri="http://localhost:4202">
<mapping url="http://localhost:4202/index.html" local-file="$PROJECT_DIR$/admin/dist/index.html" />
<mapping url="http://localhost:4202/assets/admin.js" local-file="$PROJECT_DIR$/admin/dist/assets/pix-admin.js" />
<mapping url="http://localhost:4202/assets/admin" local-file="$PROJECT_DIR$/admin/app" />
<mapping url="http://localhost:4202/assets/admin.js" local-file="$PROJECT_DIR$/admin/dist/assets/pix-admin.js" />
<mapping url="http://localhost:4202/assets/vendor.js" local-file="$PROJECT_DIR$/admin/dist/assets/vendor.js" />
<mapping url="http://localhost:4202" local-file="$PROJECT_DIR$/admin/dist" />
<method v="2">
<option name="NpmBeforeRunTask" enabled="true">
<package-json value="$PROJECT_DIR$/admin/package.json" />
<command value="start" />
<node-interpreter value="project" />
<envs />
</option>
</method>
<mapping url="http://localhost:4202/index.html" local-file="$PROJECT_DIR$/admin/dist/index.html" />
<method v="2" />
</configuration>
</component>
</component>
11 changes: 2 additions & 9 deletions .run/debug_certif.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<mapping url="http://localhost:4203/assets/certif" local-file="$PROJECT_DIR$/certif/app" />
<mapping url="http://localhost:4203/assets/vendor.js" local-file="$PROJECT_DIR$/certif/dist/assets/vendor.js" />
<mapping url="http://localhost:4203" local-file="$PROJECT_DIR$/certif/dist" />
<method v="2">
<option name="NpmBeforeRunTask" enabled="true">
<package-json value="$PROJECT_DIR$/certif/package.json" />
<command value="start" />
<node-interpreter value="project" />
<envs />
</option>
</method>
<method v="2" />
</configuration>
</component>
</component>
9 changes: 1 addition & 8 deletions .run/debug_mon-pix.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<mapping url="http://localhost:4200/assets/mon-pix" local-file="$PROJECT_DIR$/mon-pix/app" />
<mapping url="http://localhost:4200/assets/vendor.js" local-file="$PROJECT_DIR$/mon-pix/dist/assets/vendor.js" />
<mapping url="http://localhost:4200" local-file="$PROJECT_DIR$/mon-pix/dist" />
<method v="2">
<option name="NpmBeforeRunTask" enabled="true">
<package-json value="$PROJECT_DIR$/mon-pix/package.json" />
<command value="start" />
<node-interpreter value="project" />
<envs />
</option>
</method>
<method v="2" />
</configuration>
</component>
11 changes: 2 additions & 9 deletions .run/debug_orga.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<mapping url="http://localhost:4201/assets/orga" local-file="$PROJECT_DIR$/orga/app" />
<mapping url="http://localhost:4201/assets/vendor.js" local-file="$PROJECT_DIR$/orga/dist/assets/vendor.js" />
<mapping url="http://localhost:4201" local-file="$PROJECT_DIR$/orga/dist" />
<method v="2">
<option name="NpmBeforeRunTask" enabled="true">
<package-json value="$PROJECT_DIR$/orga/package.json" />
<command value="start" />
<node-interpreter value="project" />
<envs />
</option>
</method>
<method v="2" />
</configuration>
</component>
</component>
4 changes: 2 additions & 2 deletions .run/start_api.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Start API" type="js.build_tools.npm">
<configuration default="false" name="Start API watch" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/api/package.json" />
<command value="run" />
<scripts>
Expand All @@ -9,4 +9,4 @@
<envs />
<method v="2" />
</configuration>
</component>
</component>

0 comments on commit aecf4bb

Please sign in to comment.