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

0 comments on commit 7edce7a

Please sign in to comment.