File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { join } from "path";
33const config = {
44 defaultAppName : "app-boilerplate" ,
55 manifestPath : join ( __dirname , "manifest.json" ) ,
6- boilerplateName : "marketplace-app-boilerplate-main " ,
6+ boilerplateName : "marketplace-app-boilerplate-1.2.3 " ,
77 developerHubBaseUrl : "" ,
88 developerHubUrls : {
99 // NOTE CDA url used as developer-hub url mapper to avoid conflict if user used any custom name
@@ -16,8 +16,8 @@ const config = {
1616 "https://stag-api.csnonprod.com" : "stag-developerhub-api.csnonprod.com" ,
1717 } ,
1818 appBoilerplateGithubUrl :
19- "https://github.com/contentstack/marketplace-app-boilerplate/archive/refs/heads/main .zip" ,
20- defaultAppFileName : "app-manifest"
19+ "https://github.com/contentstack/marketplace-app-boilerplate/archive/refs/tags/1.2.3 .zip" ,
20+ defaultAppFileName : "app-manifest" ,
2121} ;
2222
2323export default config ;
You can’t perform that action at this time.
0 commit comments