Skip to content

Commit

Permalink
update launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Jan 19, 2022
1 parent e413a30 commit 4cdc2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .run/start ._production_config.json.run.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="start ./production/config/config.json" type="js.build_tools.npm" nameIsGenerated="true">
<configuration default="false" name="start ../production/config/config.json" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/app/package.json" />
<command value="run" />
<scripts>
<script value="start" />
</scripts>
<arguments value="./production/config/config.json" />
<arguments value="../production/config/config.json" />
<node-interpreter value="project" />
<envs />
<method v="2" />
Expand Down

0 comments on commit 4cdc2eb

Please sign in to comment.