Skip to content

Commit

Permalink
fix: Add host for development lifecycle management
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 12, 2024
1 parent 3bab112 commit 052a7f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"host": {
"$branch": {
"master": "wss://cocreate.app",
"dev": "wss://dev.cocreate.app",
"test": "wss://test.cocreate.app"
}
},
"directories": [
{
"entry": "./dist",
Expand Down

0 comments on commit 052a7f7

Please # to comment.