Harden client and WebSocket proxy

This commit is contained in:
2026-09-09 13:04:56 +02:00
parent f4f95ffff4
commit 8986f6270f
64 changed files with 4410 additions and 7313 deletions
+1 -18
View File
@@ -80,21 +80,4 @@ export default defineConfig({
server: {
// No proxy - we're using a standalone WebSocket server on port 3001
},
resolve: {
alias: {
events: 'events' // This helps with browser compatibility
}
},
optimizeDeps: {
esbuildOptions: {
define: {
global: 'globalThis'
}
}
},
build: {
rollupOptions: {
external: ['net'] // Exclude Node-specific modules
}
}
});
});