ZSTD on gateway
2 files changed, 3 insertions, 2 deletions
diff --git a/.idea/runConfigurations/Start_Gateway.xml b/.idea/runConfigurations/Start_Gateway.xml
index 884158bb..e3590fa8 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="/nix/store/dcdc33kdjdhjnzg6rkmd0cx4kpwl8cac-nodejs-20.17.0/bin/node" />
+ <node-interpreter value="/run/current-system/sw/bin/node" />
<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 8bf9617e..33585057 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -111,6 +111,7 @@
<value>
<map>
<entry key="Start API" value="STOPPED" />
+ <entry key="Start Gateway" value="STOPPED" />
<entry key="build" value="STOPPED" />
</map>
</value>
@@ -118,7 +119,7 @@
</map>
</option>
</component>
- <component name="RunManager" selected="npm.Start API">
+ <component name="RunManager" selected="npm.Start Gateway">
<list>
<item itemvalue="Compound.Start separated" />
<item itemvalue="npm.Start bundle" />
|