aboutsummaryrefslogtreecommitdiff
path: root/src/renderer.ts
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 18:39:20 +0530
committerPriyansh <[email protected]>2020-12-22 18:39:20 +0530
commitfb873ec2c3cb71cd478e6d48b424ddbba67cab0a (patch)
tree29e763f84d54d24152a212ec19cdfad2d56235b5 /src/renderer.ts
parent6593dc005ae8d8f94e7c6644e3af4026e57cd2bf (diff)
downloadstyx-fb873ec2c3cb71cd478e6d48b424ddbba67cab0a.tar.xz
styx-fb873ec2c3cb71cd478e6d48b424ddbba67cab0a.zip
App rewrite using typescript
Diffstat (limited to 'src/renderer.ts')
-rw-r--r--src/renderer.ts6
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.