From cee635ff1db9ba7c9212547831287efe56c69a1f Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Wed, 15 Dec 2021 22:43:23 +0100 Subject: add working groups sender --- vue.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vue.config.js (limited to 'vue.config.js') diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..8ac410f --- /dev/null +++ b/vue.config.js @@ -0,0 +1,10 @@ +module.exports = { + devServer: { + proxy: { + '/': { + target: 'http://localhost:8001', + ws: true + }, + }, + } +} -- cgit v1.2.3