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": "Winter '23",
"versionNumber": "56.0.0.NEXT"
}
],
"namespace": "",
"sourceApiVersion": "56.0",
"sfdcLoginUrl": "https://login.salesforce.com",
"packageAliases": {
"LWCRecipes": "0Ho3t000000KywNCAS",
"[email protected]": "04t3t000001sOXUAA2",
"[email protected]": "04t3t000001sOaxAAE",
"[email protected]": "04t3t0000026ES6AAM",
"[email protected]": "04t3t0000026EXCAA2",
"[email protected]": "04t3t000002N2lcAAC",
"[email protected]": "04t3t000002N2sdAAC",
"[email protected]": "04t3t000002N3CAAA0",
"[email protected]": "04t3t000002wRB7AAM",
"[email protected]": "04t3t000002wRGDAA2",
"[email protected]": "04t3t000002wRxEAAU"
}
}