| 1 | import { defineConfig, loadEnv } from "vite"; |
| 2 | import react from "@vitejs/plugin-react"; |
| 3 | import path from "path"; |
| 4 | import { loadProjectEnv, openRouterChatPlugin } from "./server/openrouter-chat"; |
nothing calls this directly
no test coverage detected