Fix scope

This commit is contained in:
Matt Kane
2026-04-01 10:58:32 +01:00
parent 482a442f60
commit 2e863566b3
264 changed files with 578 additions and 578 deletions

View File

@@ -9,7 +9,7 @@
* rest still run. Failures are logged but never surface to callers.
*/
import { createKyselyAdapter, type AuthTables } from "@emdashcms/auth/adapters/kysely";
import { createKyselyAdapter, type AuthTables } from "@emdash-cms/auth/adapters/kysely";
import { sql, type Kysely } from "kysely";
import { cleanupExpiredChallenges } from "./auth/challenge-store.js";