Skip to content

Commit cf4fe82

Browse files
committed
fix: renamed hosts to host. the value can be a string or an array of strings
1 parent e7b69e7 commit cf4fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoCreate.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
"document": {
1313
"name": "{{name}}",
1414
"src": "{{source}}",
15-
"hosts": [
15+
"host": [
1616
"*",
1717
"general.cocreate.app"
1818
],

0 commit comments

Comments
 (0)