mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 09:59:38 +00:00
Merge branch 'main' into feature/windows-support
This commit is contained in:
@@ -15,6 +15,10 @@ export default defineConfig(({ command, mode }) => {
|
||||
'/ws': {
|
||||
target: `ws://localhost:${env.PORT || 3001}`,
|
||||
ws: true
|
||||
},
|
||||
'/shell': {
|
||||
target: `ws://localhost:${env.PORT || 3002}`,
|
||||
ws: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user