Files
agent-evals/internal/server
Evan Reichard 817b3783f2 fix(server): fix route conflict by using /dist prefix for static assets
Previously, static assets were served from the root "/" and "/assets" routes,
   which caused conflicts with the "/api" route. Changed to serve all static
   assets under the "/dist" prefix to avoid route collisions.
2026-02-05 16:01:18 -05:00
..