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 6b3a45e commit b136ebc
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": "",
"name": "index.html",
"path": "/docs/events",
"pathname": "/docs/events/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "events",
"content-type": "{{content-type}}",
"public": "true"
}
}
]
}
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"sources": [
{
"array": "files",
"object": {
"_id": "",
"name": "index.html",
"path": "/docs/events",
"pathname": "/docs/events/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "events",
"content-type": "{{content-type}}",
"public": "true"
}
}
]
};

0 comments on commit b136ebc

Please sign in to comment.