Update features and dependencies

This commit is contained in:
Arnaud
2026-07-01 11:10:37 +02:00
parent 9d9dfb46c6
commit 8b57a3fd87
107 changed files with 14654 additions and 458 deletions
+7
View File
@@ -0,0 +1,7 @@
import { vi } from "vitest";
// Silence Next.js server-only imports in tests
vi.mock("server-only", () => ({}));
// Default env for encrypt
process.env["BETTER_AUTH_SECRET"] = "test-secret-for-vitest-32-bytes!!";