summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-11 10:39:07 +0100
committerRory& <root@rory.gay>2026-02-11 10:39:16 +0100
commit139e5ce3f574335ed21b11aca712ed9423af25e7 (patch)
treee04f5a3e1493250ee5b75d1dc6f93669416d7909
parentMore C# progress (diff)
downloadserver-ts-139e5ce3f574335ed21b11aca712ed9423af25e7.tar.xz
update idea runconfigs
-rw-r--r--.idea/runConfigurations/Start_API.xml5
-rw-r--r--.idea/runConfigurations/Start_CDN.xml5
-rw-r--r--.idea/runConfigurations/Start_Gateway.xml5
-rw-r--r--.idea/runConfigurations/Start_bundle.xml5
4 files changed, 16 insertions, 4 deletions
diff --git a/.idea/runConfigurations/Start_API.xml b/.idea/runConfigurations/Start_API.xml

index 83d9203a..e0af9ce6 100644 --- a/.idea/runConfigurations/Start_API.xml +++ b/.idea/runConfigurations/Start_API.xml
@@ -12,12 +12,15 @@ <option name="DIRENV_ENABLED" value="false" /> <option name="DIRENV_TRUSTED" value="false" /> </EXTENSION> + <EXTENSION ID="com.intellij.javascript.debugger.execution.StartBrowserRunConfigurationExtension"> + <browser with-js-debugger="true" /> + </EXTENSION> <method v="2"> <option name="NpmBeforeRunTask" enabled="true"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> - <script value="build" /> + <script value="build:tsgo" /> </scripts> <node-interpreter value="project" /> <envs /> diff --git a/.idea/runConfigurations/Start_CDN.xml b/.idea/runConfigurations/Start_CDN.xml
index aabd8e25..b6429f70 100644 --- a/.idea/runConfigurations/Start_CDN.xml +++ b/.idea/runConfigurations/Start_CDN.xml
@@ -12,12 +12,15 @@ <option name="DIRENV_ENABLED" value="false" /> <option name="DIRENV_TRUSTED" value="false" /> </EXTENSION> + <EXTENSION ID="com.intellij.javascript.debugger.execution.StartBrowserRunConfigurationExtension"> + <browser with-js-debugger="true" /> + </EXTENSION> <method v="2"> <option name="NpmBeforeRunTask" enabled="true"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> - <script value="build:src" /> + <script value="build:src:tsgo" /> </scripts> <node-interpreter value="project" /> <envs /> diff --git a/.idea/runConfigurations/Start_Gateway.xml b/.idea/runConfigurations/Start_Gateway.xml
index 5369245f..20c09e2f 100644 --- a/.idea/runConfigurations/Start_Gateway.xml +++ b/.idea/runConfigurations/Start_Gateway.xml
@@ -12,12 +12,15 @@ <option name="DIRENV_ENABLED" value="false" /> <option name="DIRENV_TRUSTED" value="false" /> </EXTENSION> + <EXTENSION ID="com.intellij.javascript.debugger.execution.StartBrowserRunConfigurationExtension"> + <browser with-js-debugger="true" /> + </EXTENSION> <method v="2"> <option name="NpmBeforeRunTask" enabled="true"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> - <script value="build:src" /> + <script value="build:src:tsgo" /> </scripts> <node-interpreter value="project" /> <envs /> diff --git a/.idea/runConfigurations/Start_bundle.xml b/.idea/runConfigurations/Start_bundle.xml
index 9a156614..ef277db4 100644 --- a/.idea/runConfigurations/Start_bundle.xml +++ b/.idea/runConfigurations/Start_bundle.xml
@@ -12,12 +12,15 @@ <option name="DIRENV_ENABLED" value="false" /> <option name="DIRENV_TRUSTED" value="false" /> </EXTENSION> + <EXTENSION ID="com.intellij.javascript.debugger.execution.StartBrowserRunConfigurationExtension"> + <browser with-js-debugger="true" /> + </EXTENSION> <method v="2"> <option name="NpmBeforeRunTask" enabled="true"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> - <script value="build" /> + <script value="build:tsgo" /> </scripts> <node-interpreter value="project" /> <envs />