forked from trailheadapps/lwc-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
27 lines (27 loc) · 951 Bytes
/
sfdx-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "LWCRecipes",
"versionName": "Summer '22",
"versionNumber": "55.0.0.NEXT"
}
],
"namespace": "",
"sourceApiVersion": "55.0",
"sfdcLoginUrl": "https://login.salesforce.com",
"packageAliases": {
"LWCRecipes": "0Ho3t000000KywNCAS",
"[email protected]": "04t3t000001sOXUAA2",
"[email protected]": "04t3t000001sOYwAAM",
"[email protected]": "04t3t000001sOZ1AAM",
"[email protected]": "04t3t000001sOZQAA2",
"[email protected]": "04t3t000001sOaOAAU",
"[email protected]": "04t3t000001sOaiAAE",
"[email protected]": "04t3t000001sOaxAAE",
"[email protected]": "04t3t0000026ES6AAM",
"[email protected]": "04t3t0000026EXCAA2",
"[email protected]": "04t3t000002N2lcAAC"
}
}