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