Skip to content

Commit

Permalink
fix: update host
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 7, 2023
1 parent 7e9e927 commit 2f89248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ module.exports = {
"name": "{{name}}",
"src": "{{source}}",
"host": [
"*",
"general.cocreate.app"
"*"
],
"directory": "{{directory}}",
"path": "{{path}}",
Expand Down
3 changes: 1 addition & 2 deletions CoCreate.config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module.exports = {
"name": "{{name}}",
"src": "{{source}}",
"host": [
"*",
"general.cocreate.app"
"*"
],
"directory": "{{directory}}",
"path": "{{path}}",
Expand Down

0 comments on commit 2f89248

Please sign in to comment.