From e663cb09ff9a1d37b16af0e755da7975e8b4d638 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 173adc7..fc4fffb 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,24 +1,24 @@ -module.exports = { - "organization_id": "", - "key": "", - "host": "", - "sources": [ - { - "array": "files", - "object": { - "_id": "6012fda086c0ba24512cca30", - "name": "index.html", - "path": "/docs/uuid", - "pathname": "/docs/uuid/index.html", - "src": "{{./docs/index.html}}", - "host": [ - "*", - "general.cocreate.app" - ], - "directory": "uuid", - "content-type": "{{content-type}}", - "public": "true" - } - } - ] -} \ No newline at end of file +module.exports = { + "organization_id": "", + "key": "", + "host": "", + "sources": [ + { + "array": "files", + "object": { + "_id": "6012fda086c0ba24512cca30", + "name": "index.html", + "path": "/docs/uuid", + "pathname": "/docs/uuid/index.html", + "src": "{{./docs/index.html}}", + "host": [ + "*", + "general.cocreate.app" + ], + "directory": "uuid", + "content-type": "{{content-type}}", + "public": "true" + } + } + ] +}; \ No newline at end of file