We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574f5ce commit 97f6771Copy full SHA for 97f6771
CoCreate.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- config: {
+ "config": {
3
"apiKey": "2061acef-0451-4545-f754-60cf8160",
4
"organization_id": "5ff747727005da1c272740ab",
5
"host": "general.cocreate.app"
@@ -8,11 +8,11 @@ module.exports = {
8
{
9
"entry": "./docs/index.html",
10
"collection": "files",
11
- "document_id": "6204254580b409001727b744",
12
- "key": "src",
13
"document": {
+ "_id": "6204254580b409001727b744",
14
"name": "index.html",
15
"path": "/docs/socket-server/index.html",
+ "src": "{{source}}",
16
"domains": [
17
"*",
18
"general.cocreate.app"
@@ -24,4 +24,4 @@ module.exports = {
24
}
25
26
]
27
-}
+}
0 commit comments