-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsfdx-project.json
33 lines (33 loc) · 1.14 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
33
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "TestRunner",
"versionName": "ver 0.8",
"versionNumber": "0.1.7.NEXT"
},
{
"path": "notifications/workflow-email"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "45.0",
"packageAliases": {
"TestRunner": "0Ho1C000000002bSAA",
"[email protected]": "04t1C000000goM5QAI",
"[email protected]": "04t1C000000lI7HQAU",
"[email protected]": "04t1C000000lI7MQAU",
"[email protected]": "04t1C000000lI7RQAU",
"[email protected]": "04t1C000000lI7WQAU",
"[email protected]": "04t1C000000lI7bQAE",
"[email protected]": "04t1C000000lI7gQAE",
"[email protected]": "04t1C000000lI7lQAE",
"[email protected]": "04t1C000000lIByQAM",
"[email protected]": "04t1C000000lIC8QAM",
"[email protected]": "04t1C000000lICDQA2",
"[email protected]": "04t1C000000pQglQAE",
"[email protected]": "04t1C000000lIXrQAM"
}
}