Set custom PORT values in run configurations

This commit is contained in:
2025-06-07 22:19:04 +02:00
parent 52f572f092
commit 5e5237ab10
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
</scripts> </scripts>
<node-interpreter value="project" /> <node-interpreter value="project" />
<envs> <envs>
<env name="PORT" value="5101" /> <env name="PORT" value="25601" />
</envs> </envs>
<method v="2" /> <method v="2" />
</configuration> </configuration>

View File

@@ -6,7 +6,9 @@
<script value="dev" /> <script value="dev" />
</scripts> </scripts>
<node-interpreter value="project" /> <node-interpreter value="project" />
<envs /> <envs>
<env name="PORT" value="25600" />
</envs>
<method v="2" /> <method v="2" />
</configuration> </configuration>
</component> </component>