Skip to content

Commit

Permalink
Merge pull request #22 from tinoji/fix/update_packages
Browse files Browse the repository at this point in the history
Update packages and use contentBridge
  • Loading branch information
tinoji authored May 26, 2021
2 parents 64a5cf0 + d6c18af commit fafdbbb
Show file tree
Hide file tree
Showing 10 changed files with 2,925 additions and 1,237 deletions.
36 changes: 36 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Electron: Main",
"protocol": "inspector",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
"runtimeArgs": [
"--remote-debugging-port=9223",
"."
],
"windows": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
}
},
{
"name": "Electron: Renderer",
"type": "chrome",
"request": "attach",
"port": 9223,
"webRoot": "${workspaceRoot}",
"timeout": 30000
}
],
"compounds": [
{
"name": "Electron: All",
"configurations": [
"Electron: Main",
"Electron: Renderer"
]
}
]
}
89 changes: 0 additions & 89 deletions main.js

This file was deleted.

Loading

0 comments on commit fafdbbb

Please sign in to comment.