Skip to content

Commit e7d3652

Browse files
authored
Correct IDE run in examples/html/landing (#5415)
## Release Notes N/A
1 parent 91cc2e2 commit e7d3652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/html/landing/.run/browser.run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</option>
1111
<option name="taskNames">
1212
<list>
13-
<option value=":jsBrowserRun" />
13+
<option value=":jsBrowserDevelopmentRun" />
1414
</list>
1515
</option>
1616
<option name="vmOptions" />
@@ -20,4 +20,4 @@
2020
<DebugAllEnabled>false</DebugAllEnabled>
2121
<method v="2" />
2222
</configuration>
23-
</component>
23+
</component>

0 commit comments

Comments
 (0)