Skip to content

Commit 052a7f7

Browse files
committed
fix: Add host for development lifecycle management
1 parent 3bab112 commit 052a7f7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CoCreate.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
module.exports = {
22
"organization_id": "",
33
"key": "",
4-
"host": "",
4+
"host": {
5+
"$branch": {
6+
"master": "wss://cocreate.app",
7+
"dev": "wss://dev.cocreate.app",
8+
"test": "wss://test.cocreate.app"
9+
}
10+
},
511
"directories": [
612
{
713
"entry": "./dist",

0 commit comments

Comments
 (0)