]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/proxy.config.json
Fix player width with playlist
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
index 1c5a84c852db696088e32c44ecb571caa5a6bb63..81a0fc4c1d562f5c86decb0e89dec9407df138b5 100644 (file)
     "target": "ws://localhost:9000",
     "secure": false,
     "ws": true
+  },
+  "/!(client)**": {
+    "target": "http://localhost:3000/client/index.html",
+    "secure": false,
+    "logLevel": "debug"
+  },
+  "/!(client)**/**": {
+    "target": "http://localhost:3000/client/index.html",
+    "secure": false,
+    "logLevel": "debug"
   }
 }