Fix webstorm runconfigs
5 files changed, 6 insertions, 6 deletions
diff --git a/.idea/runConfigurations/Start_API.xml b/.idea/runConfigurations/Start_API.xml
index df7b7470..83d9203a 100644
--- a/.idea/runConfigurations/Start_API.xml
+++ b/.idea/runConfigurations/Start_API.xml
@@ -5,7 +5,7 @@
<scripts>
<script value="start:api" />
</scripts>
- <node-interpreter value="/run/current-system/sw/bin/node" />
+ <node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<EXTENSION ID="com.fapiko.jetbrains.plugins.better_direnv.runconfigs.NodeRunConfiguration">
diff --git a/.idea/runConfigurations/Start_CDN.xml b/.idea/runConfigurations/Start_CDN.xml
index 90fafd6c..aabd8e25 100644
--- a/.idea/runConfigurations/Start_CDN.xml
+++ b/.idea/runConfigurations/Start_CDN.xml
@@ -17,7 +17,7 @@
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
- <script value="build" />
+ <script value="build:src" />
</scripts>
<node-interpreter value="project" />
<envs />
diff --git a/.idea/runConfigurations/Start_Gateway.xml b/.idea/runConfigurations/Start_Gateway.xml
index e3590fa8..5369245f 100644
--- a/.idea/runConfigurations/Start_Gateway.xml
+++ b/.idea/runConfigurations/Start_Gateway.xml
@@ -5,7 +5,7 @@
<scripts>
<script value="start:gateway" />
</scripts>
- <node-interpreter value="/run/current-system/sw/bin/node" />
+ <node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<EXTENSION ID="com.fapiko.jetbrains.plugins.better_direnv.runconfigs.NodeRunConfiguration">
@@ -17,7 +17,7 @@
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
- <script value="build" />
+ <script value="build:src" />
</scripts>
<node-interpreter value="project" />
<envs />
diff --git a/.idea/runConfigurations/Start_bundle.xml b/.idea/runConfigurations/Start_bundle.xml
index d2171340..9a156614 100644
--- a/.idea/runConfigurations/Start_bundle.xml
+++ b/.idea/runConfigurations/Start_bundle.xml
@@ -5,7 +5,7 @@
<scripts>
<script value="start" />
</scripts>
- <node-interpreter value="/nix/store/dcdc33kdjdhjnzg6rkmd0cx4kpwl8cac-nodejs-20.17.0/bin/node" />
+ <node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<EXTENSION ID="com.fapiko.jetbrains.plugins.better_direnv.runconfigs.NodeRunConfiguration">
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 19080410..ee60e5f8 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -131,7 +131,7 @@
</map>
</option>
</component>
- <component name="RunManager" selected="Compound.Start separated">
+ <component name="RunManager" selected="npm.Start CDN">
<list>
<item itemvalue="Compound.Start separated" />
<item itemvalue="npm.Start API" />
|