seems like handshake is working...note to be careful as webpack not doing a good job always

This commit is contained in:
talksik
2022-05-07 18:24:36 -05:00
parent 1161684539
commit 4612f9062d
2 changed files with 19 additions and 3 deletions
+2 -2
View File
@@ -55,8 +55,8 @@
[
"@electron-forge/plugin-webpack",
{
"port": "4002",
"loggerPort": "9005",
"port": "4000",
"loggerPort": "9002",
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 'unsafe-eval'",
"renderer": {