forked from Vchalem/fsc-demo-pack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsfdx-project.json
26 lines (26 loc) · 862 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
{
"packageDirectories" : [
{"path": "sfdx-source/force-app", "default": true}
],
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "43.0",
"plugins": {
"sfdxFalcon": {
"producerAlias" : "sfdx-isv",
"producerName" : "Salesforce DX Tech Enablement for ISVs",
"projectAlias" : "fsc-demo-pack",
"projectName" : "FSC Demo Pack Starter Kit",
"projectType" : "appx:single-demo",
"defaultRecipe" : "demo-recipe.json",
"gitRemoteUri" : "https://github.com/sfdx-isv/fsc-demo-pack.git",
"gitHubUrl" : "https://github.com/my-org/my-repo",
"projectVersion" : "0.0.1",
"schemaVersion" : "0.0.1",
"pluginVersion" : "0.0.7",
"appxPackage" : {},
"appxDemo": {
"demoRecipes" : ["demo-recipe.json"]
}
}
}
}