-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsfdx-project.json
executable file
·30 lines (30 loc) · 1.26 KB
/
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": "lightning-flow-recipes",
"versionName": "ver 0.10 (Summer '21)",
"versionNumber": "0.10.0.NEXT"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "52.0",
"packageAliases": {
"lightning-flow-recipes": "0Hof40000004CFkCAM",
"[email protected]": "04tf4000004EyqsAAC",
"[email protected]": "04tf4000004Eyw8AAC",
"[email protected]": "04tf4000004EywXAAS",
"[email protected]": "04tf4000004EywcAAC",
"[email protected]": "04tf4000004EywhAAC",
"[email protected]": "04tf4000004EywmAAC",
"[email protected]": "04tf4000004Ez6YAAS",
"[email protected]": "04tf4000004MhniAAC",
"[email protected]": "04tf4000004MhnnAAC",
"[email protected]": "04tf4000004J2NLAA0",
"[email protected]": "04t5G000003zeIWQAY",
"[email protected]": "04t5G000003zeYtQAI",
"[email protected]": "04t5G000003zeYyQAI"
}
}