Skip to content

Commit 97f6771

Browse files
committed
fix: apply src: {{source}} to CoCreate.config
1 parent 574f5ce commit 97f6771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CoCreate.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
config: {
2+
"config": {
33
"apiKey": "2061acef-0451-4545-f754-60cf8160",
44
"organization_id": "5ff747727005da1c272740ab",
55
"host": "general.cocreate.app"
@@ -8,11 +8,11 @@ module.exports = {
88
{
99
"entry": "./docs/index.html",
1010
"collection": "files",
11-
"document_id": "6204254580b409001727b744",
12-
"key": "src",
1311
"document": {
12+
"_id": "6204254580b409001727b744",
1413
"name": "index.html",
1514
"path": "/docs/socket-server/index.html",
15+
"src": "{{source}}",
1616
"domains": [
1717
"*",
1818
"general.cocreate.app"
@@ -24,4 +24,4 @@ module.exports = {
2424
}
2525
}
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)