update packages, add back eventstream testing

This commit is contained in:
proddy
2024-03-30 18:57:20 +01:00
parent d8ff9da733
commit 9822aa6e13
11 changed files with 229 additions and 313 deletions

View File

@@ -20,7 +20,7 @@ export default defineConfig(({ command, mode }) => {
secure: false
},
'/es': {
target: 'http://localhost:3080',
target: 'http://localhost:3081',
changeOrigin: true,
secure: false
}