Fix deploy urls

This commit is contained in:
Chocobozzz
2021-05-27 17:25:52 +02:00
parent 09e1784b7a
commit 5cbb53996e
2 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,10 @@
"secure": false,
"ws": true
},
"/client/assets": {
"target": "http://localhost:9000",
"secure": false
},
"/!(client)**": {
"target": "http://localhost:3000/client/index.html",
"secure": false,