diff --git a/vite.config.js b/vite.config.js index 4d3971b..68b6a43 100755 --- a/vite.config.js +++ b/vite.config.js @@ -15,6 +15,10 @@ export default defineConfig(({ command, mode }) => { '/ws': { target: `ws://localhost:${env.PORT || 3002}`, ws: true + }, + '/shell': { + target: `ws://localhost:${env.PORT || 3002}`, + ws: true } } },