forked from trailheadapps/lwc-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
30 lines (30 loc) · 1002 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
28
29
30
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "LWCRecipes",
"versionName": "Spring '23",
"versionNumber": "57.0.0.NEXT"
}
],
"namespace": "",
"sourceApiVersion": "57.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",
"[email protected]": "04t3t000002wSAUAA2",
"[email protected]": "04t3t000002wSNeAAM",
"[email protected]": "04t3t000002wSUgAAM"
}
}