summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 10:05:20 +0100
committerRory& <root@rory.gay>2025-12-17 10:05:20 +0100
commit5adc698423cd72306e532ae395e30d82784f7511 (patch)
treebd1e2e5bb5d78cd3fe14892d208b58ca29411eeb
parentPrettier u14 (diff)
downloadserver-ts-5adc698423cd72306e532ae395e30d82784f7511.tar.xz
Fix webstorm runconfigs
-rw-r--r--.idea/runConfigurations/Start_API.xml2
-rw-r--r--.idea/runConfigurations/Start_CDN.xml2
-rw-r--r--.idea/runConfigurations/Start_Gateway.xml4
-rw-r--r--.idea/runConfigurations/Start_bundle.xml2
-rw-r--r--.idea/workspace.xml2
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" />