forked from trailheadapps/lwc-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsfdx-project.json
More file actions
34 lines (34 loc) · 1.17 KB
/
sfdx-project.json
File metadata and controls
34 lines (34 loc) · 1.17 KB
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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "LWCRecipes",
"versionName": "Spring '24",
"versionNumber": "62.0.0.NEXT"
}
],
"namespace": "",
"sourceApiVersion": "62.0",
"sfdcLoginUrl": "https://login.salesforce.com",
"packageAliases": {
"LWCRecipes": "0Ho3t000000KywNCAS",
"LWCRecipes@59.0.0-20": "04t3t000002YSCcAAO",
"LWCRecipes@60.0.0-1": "04t3t000002YSCrAAO",
"LWCRecipes@60.0.0-4": "04t3t000002lhjcAAA",
"LWCRecipes@60.0.0-7": "04t3t000002lhk1AAA",
"LWCRecipes@60.0.0-9": "04t3t000002lhkaAAA",
"LWCRecipes@60.0.0-10": "04t3t000002lhkfAAA",
"LWCRecipes@60.0.0-12": "04t3t000002lhkpAAA",
"LWCRecipes@61.0.0-1": "04t3t000002lhpRAAQ",
"LWCRecipes@61.0.0-6": "04t3t000002lhucAAA",
"LWCRecipes@61.0.0-7": "04t3t000002lhvLAAQ",
"LWCRecipes@61.0.0-11": "04t3t000002li3GAAQ",
"LWCRecipes@61.0.0-13": "04t3t000002li3QAAQ",
"LWCRecipes@62.0.0-1": "04t3t000002li7xAAA",
"LWCRecipes@62.0.0-2": "04tKi000000LP99IAG",
"LWCRecipes@62.0.0-4": "04tKi000000LP9JIAW",
"LWCRecipes@62.0.0-5": "04tKi000000LP9OIAW",
"LWCRecipes@62.0.0-7": "04tKi000000LPE5IAO"
}
}