fix(hololake): ship dynamic persona routes and coherent workspace

This commit is contained in:
冰朔 2026-08-09 10:43:56 +08:00
commit 787ba2ad3f
21 changed files with 1111 additions and 326 deletions

View file

@ -22,7 +22,7 @@ export default defineConfig({
port: 5180,
proxy: {
'/api': {
target: 'http://localhost:3890',
target: `http://localhost:${process.env.KB_PORT || '3890'}`,
changeOrigin: true,
},
},