Feat: support action cable (#665)
* upgrade deps * may connect server via cable
This commit is contained in:
1
enjoy/src/types/enjoy-app.d.ts
vendored
1
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -6,6 +6,7 @@ type EnjoyAppType = {
|
||||
reload: () => Promise<void>;
|
||||
isPackaged: () => Promise<boolean>;
|
||||
apiUrl: () => Promise<string>;
|
||||
wsUrl: () => Promise<string>;
|
||||
quit: () => Promise<void>;
|
||||
openDevTools: () => Promise<void>;
|
||||
createIssue: (title: string, body: string) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user