Skip to content

Commit

Permalink
chore: fix dev websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 6, 2024
1 parent 1fd2445 commit 3a526b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/webui/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export default defineConfig({
'/api': 'http://127.0.0.1:3000',
'/site.webmanifest': 'http://127.0.0.1:3000',
'/meteor-runtime-config.js': 'http://127.0.0.1:3000',
'/websocket': {
target: `ws://127.0.0.1:3000`,
ws: true,
},
},
},

Expand Down

0 comments on commit 3a526b7

Please sign in to comment.