ui selector

This commit is contained in:
2026-03-13 14:59:32 -03:00
parent ccc478fbaa
commit d5a3372d6b
7 changed files with 173 additions and 11 deletions

View File

@@ -2,11 +2,15 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
base: "/timeline/",
plugins: [react()],
server: {
host: "0.0.0.0",
port: 5173,
allowedHosts: process.env.VITE_ALLOWED_HOSTS?.split(",") || [],
hmr: {
path: "/timeline/@vite/client",
},
proxy: {
"/api": {
target: "http://fastapi:8702",