Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 0665b42

Browse files
chore: added apollo devtools
1 parent fb27b60 commit 0665b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (isDebug) {
4646
const installExtensions = async () => {
4747
const installer = require('electron-devtools-installer');
4848
const forceDownload = !!process.env.UPGRADE_EXTENSIONS;
49-
const extensions = ['REACT_DEVELOPER_TOOLS'];
49+
const extensions = ['REACT_DEVELOPER_TOOLS', 'APOLLO_DEVELOPER_TOOLS'];
5050

5151
return installer
5252
.default(

0 commit comments

Comments
 (0)