feat: add run configuration

pull/413/head
Webber 2022-08-31 20:54:40 +02:00
parent 4cf1810c70
commit 6e4ce26582
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="GameCI build ./test-project" type="DenoConfigurationType" inputPath="$PROJECT_DIR$/src/index.ts" programParameters=" run --allow-all" workingDirectory="$PROJECT_DIR$/src">
<option name="applicationArguments" value="build ../test-project" />
<method v="2" />
</configuration>
</component>

7
.run/Reamde.md 100644
View File

@ -0,0 +1,7 @@
# .run
This folder contains development script for the project.
WebStorm allows running it directly from the IDE.
<img src="./example-run-interface.png" alt="Webstorm interface example with play button"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB