Browse Source

Correct IDE run in examples/html/landing (#5415)

## Release Notes
N/A
pull/5430/head v1.10.0+dev2962
Kamil Kras 3 months ago committed by GitHub
parent
commit
e7d3652df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      examples/html/landing/.run/browser.run.xml

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

@ -10,7 +10,7 @@
</option> </option>
<option name="taskNames"> <option name="taskNames">
<list> <list>
<option value=":jsBrowserRun" /> <option value=":jsBrowserDevelopmentRun" />
</list> </list>
</option> </option>
<option name="vmOptions" /> <option name="vmOptions" />
@ -20,4 +20,4 @@
<DebugAllEnabled>false</DebugAllEnabled> <DebugAllEnabled>false</DebugAllEnabled>
<method v="2" /> <method v="2" />
</configuration> </configuration>
</component> </component>

Loading…
Cancel
Save