-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunlocked.sfdx-project.json
40 lines (40 loc) · 1.67 KB
/
unlocked.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
34
35
36
37
38
39
40
{
"packageDirectories": [
{
"path": "force-app",
"default": true
},
{
"versionName": "ver 0.1",
"versionNumber": "1.1.2.0",
"path": "./force-app/main/default",
"default": false,
"package": "LWC UI Orchestrator",
"versionDescription": "UI Job Controllers that allows you to execute jobs from a LWC instead of triggering and orchestrating them directly from the server"
}
],
"name": "UIJobController",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "58.0",
"packageAliases": {
"LWC UI Orchestrator": "0Hoam00000022ddCAA",
"LWC UI [email protected]": "04tam000000iekvAAA",
"LWC UI [email protected]": "04tam000000ihm1AAA",
"LWC UI [email protected]": "04tam000000ihndAAA",
"LWC UI [email protected]": "04tam000000ihpFAAQ",
"LWC UI [email protected]": "04tam000000ihqrAAA",
"LWC UI [email protected]": "04tam000000ihsTAAQ",
"LWC UI [email protected]": "04tam000000ik7BAAQ",
"LWC UI [email protected]": "04tam000000ikyPAAQ",
"LWC UI [email protected]": "04tam000000ilo1AAA",
"LWC UI [email protected]": "04tam000000imLtAAI",
"LWC UI [email protected]": "04tam000000imiTAAQ",
"LWC UI [email protected]": "04tam000000jEgLAAU",
"LWC UI [email protected]": "04tam000000jFXZAA2",
"LWC UI [email protected]": "04tam000000jG3pAAE",
"LWC UI [email protected]": "04tam000000jG2DAAU",
"LWC UI [email protected]": "04tam000000jGlNAAU",
"LWC UI [email protected]": "04tam000000jHRJAA2"
}
}