feat: add run configuration
parent
4cf1810c70
commit
6e4ce26582
|
|
@ -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>
|
||||
|
|
@ -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 |
Loading…
Reference in New Issue