-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
28 lines (28 loc) · 1001 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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"versionName": "volunteering core",
"versionDescription": "core objects, layouts, a permset, and the basic record detail page, and a quickaction for sign up",
"versionNumber": "2.20.0.NEXT",
"orgPreferences": {
"enabled": [
"S1DesktopEnabled"
]
},
"package": "volunteering App"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "43.0",
"packageAliases": {
"volunteering App": "0Ho6A000000CaU6SAK",
"volunteering App@2.15.0-1": "04t6A0000038EjdQAE",
"volunteering App@2.17.0-1": "04t6A0000038EpSQAU",
"volunteering App@2.18.0-1": "04t6A0000038EvHQAU",
"volunteering App@2.19.0-1": "04t6A000003Oi2EQAS",
"volunteering App@2.20.0-1": "04t6A000003Oi2OQAS"
}
}