1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 00:04:18 +00:00

Create client runConfig

This commit is contained in:
Steffo 2023-07-30 02:21:52 +02:00
parent 1536b495c7
commit 73c0acfb14
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run client" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/todoblue/package.json" />
<command value="run" />
<scripts>
<script value="dev" />
</scripts>
<arguments value="--port=8081" />
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>