We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b45a3 commit c4848acCopy full SHA for c4848ac
vite.config.js
@@ -9,15 +9,15 @@ export default defineConfig({
9
port: 3000,
10
proxy: {
11
'/message': {
12
- target: 'http://localhost:3001',
+ target: 'http://localhost:3000',
13
changeOrigin: true
14
},
15
'/save-stats': {
16
17
18
19
'/ws': {
20
- target: 'ws://localhost:3001',
+ target: 'ws://localhost:3000',
21
ws: true,
22
23
}
0 commit comments