-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsfdx-project.json
29 lines (29 loc) · 969 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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "amoss",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "55.0",
"packageAliases": {
"amoss": "0Ho4K000000fxv4SAA",
"[email protected]": "04t4K000002O0GLQA0",
"[email protected]": "04t4K000002O0GQQA0",
"[email protected]": "04t4K000002O0GVQA0",
"[email protected]": "04t4K000002O0PUQA0",
"[email protected]": "04t4K000002O0PZQA0",
"[email protected]": "04t4K000002O0PeQAK",
"[email protected]": "04t4K000002O0PoQAK",
"[email protected]": "04t4K000002O1vJQAS",
"[email protected]": "04t4K000002CcFwQAK",
"[email protected]": "04t4K000002CcPYQA0",
"[email protected]": "04t4K000002CcPdQAK",
"[email protected]": "04t4K000002SC9NQAW"
}
}