From a24fb22d2b74eb5867b6a1249fedfe70e7ae3cfc Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 8 Oct 2023 20:55:39 -0600 Subject: [PATCH] formating --- CoCreate.config.js | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 7a338ea..e81a826 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,24 +1,24 @@ -module.exports = { - "organization_id": "", - "key": "", - "host": "", - "sources": [ - { - "array": "files", - "object": { - "_id": "601460b19f64ba1680b8669b", - "name": "index.html", - "path": "/docs/docs", - "pathname": "/docs/docs/index.html", - "src": "{{./docs/index.html}}", - "host": [ - "*", - "general.cocreate.app" - ], - "directory": "docs", - "content-type": "{{content-type}}", - "public": "true" - } - } - ] -} \ No newline at end of file +module.exports = { + "organization_id": "", + "key": "", + "host": "", + "sources": [ + { + "array": "files", + "object": { + "_id": "601460b19f64ba1680b8669b", + "name": "index.html", + "path": "/docs/docs", + "pathname": "/docs/docs/index.html", + "src": "{{./docs/index.html}}", + "host": [ + "*", + "general.cocreate.app" + ], + "directory": "docs", + "content-type": "{{content-type}}", + "public": "true" + } + } + ] +}; \ No newline at end of file