feat: add assistant ui chat component boundary

This commit is contained in:
lda
2026-07-10 06:21:11 +07:00 Verified
parent 9f8686a05e
commit 3e4c660ac1
10 changed files with 2949 additions and 1 deletions
+6
View File
@@ -1,11 +1,17 @@
import tailwindcss from "@tailwindcss/vite";
import react from "@vitejs/plugin-react";
import { fileURLToPath, URL } from "node:url";
import { defineConfig } from "vitest/config";
const backendPort = process.env.WEB_PORT ?? "8787";
export default defineConfig({
plugins: [react(), tailwindcss()],
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
server: {
proxy: {
// Server must listen on this port (set via WEB_PORT env or default 8787)