feat: Staff Impersonation backend + frontend wiring #75

Merged
ghost merged 5 commits from feat/impersonation-backend into main 2026-03-20 08:16:09 +00:00
Showing only changes of commit 5e1207338c - Show all commits
+6
View File
@@ -1,6 +1,12 @@
import { defineConfig } from "vitest/config";
import path from "path";
export default defineConfig({
resolve: {
alias: {
"@groombook/db": path.resolve(__dirname, "../../packages/db/src/index.ts"),
},
},
test: {
coverage: {
provider: "v8",