audio stream working i think

This commit is contained in:
talksik
2022-05-08 12:21:45 -05:00
parent 165cffac5d
commit c9c4c18727
2 changed files with 12 additions and 24 deletions
+2 -2
View File
@@ -55,8 +55,8 @@
[
"@electron-forge/plugin-webpack",
{
"port": "4005",
"loggerPort": "9006",
"port": "4001",
"loggerPort": "9002",
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 'unsafe-eval'",
"renderer": {