From e0a0ee2e6ab48bca1d211e05c9a998f9599ecbba Mon Sep 17 00:00:00 2001 From: Luc Everse <luc@wukl.net> Date: Mon, 12 Sep 2022 14:34:05 +0200 Subject: [PATCH] Set up devServer to proxy to core --- ui/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/vue.config.js b/ui/vue.config.js index b91456df6..f6fc87117 100644 --- a/ui/vue.config.js +++ b/ui/vue.config.js @@ -20,4 +20,7 @@ module.exports = { }), ], }, + devServer: { + proxy: 'http://localhost:8080/', + }, }; -- GitLab