diff options
Diffstat (limited to 'src/renderer.ts')
| -rw-r--r-- | src/renderer.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/renderer.ts b/src/renderer.ts new file mode 100644 index 0000000..66042ac --- /dev/null +++ b/src/renderer.ts @@ -0,0 +1,6 @@ +// This file is required by the app.html file and will +// be executed in the renderer process for that window. +// No Node.js APIs are available in this process unless +// nodeIntegration is set to true in webPreferences. +// Use preload.js to selectively enable features +// needed in the renderer process. |
