aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/vite.config.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 22:17:47 +0800
committercrupest <crupest@outlook.com>2021-06-15 22:17:47 +0800
commitd7a216295c2b4dcd7e931c38edd25e1b7ef7a395 (patch)
tree52f48b7ea15ba5e3a96298e51633292487e75795 /FrontEnd/vite.config.js
parentc94784c9693648c2376d1aeaeae379ddc0036a32 (diff)
downloadtimeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.tar.gz
timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.tar.bz2
timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.zip
...
Diffstat (limited to 'FrontEnd/vite.config.js')
-rw-r--r--FrontEnd/vite.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/vite.config.js b/FrontEnd/vite.config.js
index ee6f6931..88529a33 100644
--- a/FrontEnd/vite.config.js
+++ b/FrontEnd/vite.config.js
@@ -27,6 +27,7 @@ export default defineConfig({
"/api": {
target: "http://localhost:5000",
changeOrigin: true,
+ ws: true,
},
},
},