Skip to content

Commit 5f8fa45

Browse files
committed
formating
1 parent 5d6d232 commit 5f8fa45

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

CoCreate.config.js

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
module.exports = {
2-
"organization_id": "",
3-
"key": "",
4-
"host": "",
5-
6-
"sources": [{
7-
"array": "files",
8-
"object": {
9-
"_id": "60145dc49f64ba1680b86693",
10-
"name": "index.html",
11-
"path": "/docs/file-server/index.html",
12-
"src": "{{./docs/index.html}}",
13-
"host": [
14-
"cocreate.app",
15-
"general.cocreate.app"
16-
],
17-
"directory": "/docs/file-server",
18-
"content-type": "text/html",
19-
"public": "true",
20-
"website_id": "5ffbceb7f11d2d00103c4535"
21-
}
22-
}
23-
]
24-
}
25-
1+
module.exports = {
2+
"organization_id": "",
3+
"key": "",
4+
"host": "",
5+
"sources": [
6+
{
7+
"array": "files",
8+
"object": {
9+
"_id": "60145dc49f64ba1680b86693",
10+
"name": "index.html",
11+
"path": "/docs/file-server/index.html",
12+
"src": "{{./docs/index.html}}",
13+
"host": [
14+
"cocreate.app",
15+
"general.cocreate.app"
16+
],
17+
"directory": "/docs/file-server",
18+
"content-type": "text/html",
19+
"public": "true",
20+
"website_id": "5ffbceb7f11d2d00103c4535"
21+
}
22+
}
23+
]
24+
};

0 commit comments

Comments
 (0)