Merge branch 'main' into feature/windows-support

This commit is contained in:
viper151
2025-08-06 18:20:36 +02:00
committed by GitHub

View File

@@ -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
}
}
},