Add chat client to admin UI
Some checks failed
CI / Test (pull_request) Failing after 1m33s
CI / Lint (pull_request) Failing after 14s
CI / Build (pull_request) Has been skipped
CI / Security Scan (pull_request) Failing after 4m49s
CI / Build and Push Docker Image (pull_request) Has been skipped

This commit is contained in:
2026-03-06 23:03:21 +00:00
parent 89c7e3ac85
commit 9bf562bf3a
7 changed files with 613 additions and 4 deletions

View File

@@ -11,6 +11,10 @@ export default defineConfig({
'/admin/api': {
target: 'http://localhost:8080',
changeOrigin: true,
},
'/v1': {
target: 'http://localhost:8080',
changeOrigin: true,
}
}
},