adding muting although can't catch it so to speak right now

This commit is contained in:
talksik
2022-05-05 04:15:52 -05:00
parent 05040a5f09
commit 942990dec2
4 changed files with 29 additions and 8 deletions
+2 -2
View File
@@ -55,8 +55,8 @@
[
"@electron-forge/plugin-webpack",
{
"port": "4001",
"loggerPort": "9004",
"port": "4000",
"loggerPort": "9001",
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 'unsafe-eval'",
"renderer": {