Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 9, 2023
1 parent e8f6ec8 commit 2d26d64
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"sources": [
{
"array": "files",
"object": {
"_id": "602093033c260207bf49cac0",
"name": "index.html",
"path": "/docs/render",
"pathname": "/docs/render/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "render",
"content-type": "{{content-type}}",
"public": "true"
}
}
]
}
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"sources": [
{
"array": "files",
"object": {
"_id": "602093033c260207bf49cac0",
"name": "index.html",
"path": "/docs/render",
"pathname": "/docs/render/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "render",
"content-type": "{{content-type}}",
"public": "true"
}
}
]
};

0 comments on commit 2d26d64

Please sign in to comment.