3 way chat working

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