adding preload for the talking back and forth

This commit is contained in:
talksik
2022-05-28 01:28:18 -05:00
parent 1ab9d2fa68
commit 1826f26d80
6 changed files with 505 additions and 28 deletions
+6 -2
View File
@@ -54,7 +54,10 @@
{
"html": "./src/index.html",
"js": "./src/renderer.ts",
"name": "main_window"
"name": "main_window",
"preload": {
"js": "./src/electron/preload.ts"
}
}
]
}
@@ -98,6 +101,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-use": "^17.4.0"
"react-use": "^17.4.0",
"realm": "^10.17.0"
}
}