Deploy Lightning Web Component Files Unit | Salesforce Trailhead

PHOTO EMBED

Sat Oct 29 2022 11:20:53 GMT+0000 (Coordinated Universal Time)

Saved by @nolandsmith1 #java

<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
    <!-- The apiVersion may need to be increased for the current release -->
    <apiVersion>53.0</apiVersion>
    <isExposed>true</isExposed>
    <masterLabel>APP NAME HERE</masterLabel>
    <targets>
        <target>lightning__AppPage</target>
        <target>lightning__RecordPage</target>
        <target>lightning__HomePage</target>
    </targets>
</LightningComponentBundle>
content_copyCOPY

https://trailhead.salesforce.com/content/learn/modules/lightning-web-components-basics/push-lightning-web-component-files?trail_id