| 1 | import { defineConfig, UserWorkspaceConfig } from "vitest/config"; |
| 2 | import { projects as backendProjects } from "./backend/vitest.config"; |
| 3 | import { projects as frontendProjects } from "./frontend/vitest.config"; |
| 4 |
nothing calls this directly
no test coverage detected