Browse Source

Fix missing assets in local development

pull/1194/head
Thomas 3 years ago
parent
commit
3ddff72824
  1. 8
      apps/client/proxy.conf.json

8
apps/client/proxy.conf.json

@ -2,5 +2,13 @@
"/api": { "/api": {
"target": "http://localhost:3333", "target": "http://localhost:3333",
"secure": false "secure": false
},
"/assets": {
"target": "http://localhost:3333",
"secure": false
},
"/ionicons": {
"target": "http://localhost:3333",
"secure": false
} }
} }

Loading…
Cancel
Save