File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ module.exports = {
1313 "name" : "{{name}}" ,
1414 "src" : "{{source}}" ,
1515 "host" : [
16- "*" ,
17- "general.cocreate.app"
16+ "*"
1817 ] ,
1918 "directory" : "/dist/{{directory}}" ,
2019 "path" : "{{path}}" ,
@@ -32,8 +31,7 @@ module.exports = {
3231 "name" : "{{name}}" ,
3332 "src" : "{{source}}" ,
3433 "host" : [
35- "*" ,
36- "general.cocreate.app"
34+ "*"
3735 ] ,
3836 "directory" : "/docs/{{directory}}" ,
3937 "path" : "{{path}}" ,
@@ -392,6 +390,10 @@ module.exports = {
392390 "path" : "../CoCreate-plugins/CoCreate-linkedin" ,
393391 "repo" : "github.com/CoCreate-app/CoCreate-linkedin.git"
394392 } ,
393+ {
394+ "path" : "../CoCreate-plugins/CoCreate-openai" ,
395+ "repo" : "github.com/CoCreate-app/CoCreate-openai.git"
396+ } ,
395397 {
396398 "path" : "../CoCreate-plugins/CoCreate-pickr" ,
397399 "repo" : "github.com/CoCreate-app/CoCreate-pickr.git"
You can’t perform that action at this time.
0 commit comments