diff options
author | crupest <crupest@outlook.com> | 2021-06-15 22:17:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 22:17:47 +0800 |
commit | d7a216295c2b4dcd7e931c38edd25e1b7ef7a395 (patch) | |
tree | 52f48b7ea15ba5e3a96298e51633292487e75795 /FrontEnd/vite.config.js | |
parent | c94784c9693648c2376d1aeaeae379ddc0036a32 (diff) | |
download | timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.tar.gz timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.tar.bz2 timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.zip |
...
Diffstat (limited to 'FrontEnd/vite.config.js')
-rw-r--r-- | FrontEnd/vite.config.js | 1 |
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,
},
},
},
|