cleaning up stream provider and starting imnplementation for stream calling and such

This commit is contained in:
talksik
2022-05-18 18:56:26 -05:00
parent 4e81833af5
commit 088228b7a9
4 changed files with 42 additions and 95 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
[
"@electron-forge/plugin-webpack",
{
"port": "4005",
"loggerPort": "9005",
"port": "4000",
"loggerPort": "9000",
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 https://api.quotable.io/random 'unsafe-eval'",
"renderer": {