forked from SFDO-Community/GrantGuides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
32 lines (32 loc) · 1.03 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
31
32
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "Grants Content Kit",
"versionName": "Winter 24",
"versionNumber": "2.1.0.NEXT",
"apexTestAccess": {
"permissionSets": [
"GGW_User_Permissions"
]
}
}
],
"name": "Grants Content Kit",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "54.0",
"packageAliases": {
"Grants Content Kit": "0Ho8a000000fxV5CAI",
"Grants Content [email protected]": "04t8a000001aJXYAA2",
"Grants Content [email protected]": "04t8a000001aJYWAA2",
"Grants Content [email protected]": "04t8a000001B8qcAAC",
"Grants Content [email protected]": "04t8a000001B8qhAAC",
"Grants Content [email protected]": "04t8a000001B8qmAAC",
"Grants Content [email protected]": "04t8a000001B8qrAAC",
"Grants Content [email protected]": "04t8a000001B8vnAAC",
"Grants Content [email protected]": "04t8a000001B8vsAAC",
"Grants Content [email protected]": "04t8a000000qq4HAAQ"
}
}