fixing cors problem
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
"port": "4001",
|
"port": "4001",
|
||||||
"loggerPort": "9002",
|
"loggerPort": "9002",
|
||||||
"mainConfig": "./webpack.main.config.js",
|
"mainConfig": "./webpack.main.config.js",
|
||||||
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 'unsafe-eval'",
|
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 https://api.quotable.io/random 'unsafe-eval'",
|
||||||
"renderer": {
|
"renderer": {
|
||||||
"config": "./webpack.renderer.config.js",
|
"config": "./webpack.renderer.config.js",
|
||||||
"entryPoints": [
|
"entryPoints": [
|
||||||
|
|||||||
Reference in New Issue
Block a user