feature/IO-3587-Commision-Cut-Clean - Cleanup

This commit is contained in:
Dave
2026-03-23 13:00:51 -04:00
parent 19f918b695
commit b5997d0b8f
4 changed files with 152 additions and 141 deletions

View File

@@ -173,12 +173,12 @@ export default defineConfig(({ command, mode }) => {
open: true,
proxy: {
"/ws": {
target: "ws://localhost:4000",
target: "http://localhost:4000",
secure: false,
ws: true
},
"/wss": {
target: "ws://localhost:4000",
target: "http://localhost:4000",
secure: false,
ws: true
},
@@ -206,13 +206,13 @@ export default defineConfig(({ command, mode }) => {
https: httpsCerts,
proxy: {
"/ws": {
target: "ws://localhost:4000",
target: "http://localhost:4000",
rewriteWsOrigin: true,
secure: false,
ws: true
},
"/wss": {
target: "ws://localhost:4000",
target: "http://localhost:4000",
rewriteWsOrigin: true,
secure: false,
ws: true