Skip to content

Commit 5d543b3

Browse files
committed
fix: update host
1 parent b717b25 commit 5d543b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CoCreate.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ module.exports = {
1010
"name": "{{name}}",
1111
"src": "{{source}}",
1212
"host": [
13-
"*",
14-
"general.cocreate.app"
13+
"*"
1514
],
1615
"directory": "/demo/openai/{{directory}}",
1716
"path": "{{path}}",
@@ -31,8 +30,7 @@ module.exports = {
3130
"pathname": "/docs/openai/index.html",
3231
"src": "{{./docs/index.html}}",
3332
"host": [
34-
"*",
35-
"general.cocreate.app"
33+
"*"
3634
],
3735
"directory": "openai",
3836
"content-type": "{{content-type}}",

0 commit comments

Comments
 (0)