summaryrefslogtreecommitdiffstats
path: root/vue.config.js
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-15 22:43:23 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-15 22:43:23 +0100
commitcee635ff1db9ba7c9212547831287efe56c69a1f (patch)
tree7e66832ba85851257c179fad03b4250457328938 /vue.config.js
parent1f60c86c538cda423a82554fc15cb95d3ca6a1d8 (diff)
downloadlom_frontend-cee635ff1db9ba7c9212547831287efe56c69a1f.tar.gz
lom_frontend-cee635ff1db9ba7c9212547831287efe56c69a1f.zip
add working groups sender
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js10
1 files changed, 10 insertions, 0 deletions
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 @@
1module.exports = {
2 devServer: {
3 proxy: {
4 '/': {
5 target: 'http://localhost:8001',
6 ws: true
7 },
8 },
9 }
10}