Skip to content

Commit a80d82c

Browse files
committed
fix: CoCreate.config.js
1 parent 1532f29 commit a80d82c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CoCreate.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)