add Kong Konnect gateway support with Settings UI

This commit is contained in:
2026-04-14 11:22:33 -03:00
parent c8a764c868
commit 0d0950d97d
8 changed files with 152 additions and 21 deletions

View File

@@ -8,6 +8,8 @@ export default defineConfig({
proxy: {
'/agents': 'http://localhost:8000',
'/scenarios': 'http://localhost:8000',
'/config': 'http://localhost:8000',
'/health': 'http://localhost:8000',
'/ws': {
target: 'ws://localhost:8000',
ws: true,