Skip to content

Commit 0fd21d8

Browse files
committed
chore: added update zeus from GRAPHQL_EDITOR_HOST env
1 parent db3cbf8 commit 0fd21d8

File tree

4 files changed

+1954
-1958
lines changed

4 files changed

+1954
-1958
lines changed

packages/cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"start": "npm run clean && tspc --build tsconfig.build.json --watch",
1616
"clean": "rimraf lib/",
1717
"editor": "zeus https://project-api.graphqleditor.com/graphql ./src -n --es",
18+
"update": "zeus ${GRAPHQL_EDITOR_HOST:-https://project-api.graphqleditor.com/graphql} ./src -n --es",
1819
"shared": "imp sync",
1920
"cli": "node lib/index.js"
2021
},

packages/cli/src/common/pusherSync.ts

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import { Config } from '@/Configuration/index.js';
22
import { GRAPHQL_HOST } from '@/Editor';
33
import Pusher from 'pusher-js';
44

5-
interface MemberInfo {
6-
name: string;
7-
nickname: string;
8-
}
9-
105
export const pusherSync = ({
116
namespace,
127
project,

0 commit comments

Comments
 (0)