-
Notifications
You must be signed in to change notification settings - Fork 3.1k
/
sfdx-project.json
30 lines (30 loc) · 1005 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
30
{
"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"
}
}