Unified Agent + reusable Go agent core.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: load console assets from root

Lyric 8956c26f 765cfaff

+1 -1
+1 -1
web/console/vite.config.js
··· 1 1 import { defineConfig } from "vite"; 2 2 3 3 export default defineConfig({ 4 - base: "./", 4 + base: "/", 5 5 resolve: { 6 6 alias: { 7 7 vue: "vue/dist/vue.esm-bundler.js",