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>
<node-interpreter value="project" />
<envs>
<env name="PORT" value="5101" />
<env name="PORT" value="25601" />
</envs>
<method v="2" />
</configuration>

View File

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