Skip to content

Commit 228d61d

Browse files
committed
formating
1 parent 097c839 commit 228d61d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

CoCreate.config.js

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

0 commit comments

Comments
 (0)