Skip to content

Commit 25eb90b

Browse files
committed
fix vite.config.ts
1 parent c90a429 commit 25eb90b

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

interface/package-lock.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/vite.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ const config: UserConfig = {
2424
target: 'http://192.168.1.83',
2525
changeOrigin: true
2626
},
27-
// Proxying REST: http://localhost:5173/rest/bar -> http://192.168.1.83/rest/bar
28-
'/events': {
29-
target: 'http://192.168.1.89',
30-
changeOrigin: true
31-
},
3227
// Proxying websockets ws://localhost:5173/ws -> ws://192.168.1.83/ws
3328
'/ws': {
3429
target: 'ws://192.168.1.83',

0 commit comments

Comments
 (0)