We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c714f commit 9fac52cCopy full SHA for 9fac52c
auth.d.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable @typescript-eslint/consistent-type-imports */
2
/// <reference types="lucia" />
3
declare namespace Lucia {
4
type Auth = import('./utils/auth').Auth;
knip.json
@@ -6,7 +6,8 @@
6
"public/scripts/d3-quadtree.v3.min.js",
7
"public/scripts/d3-timer.v3.min.js",
8
"lib/interviewer/hooks/forceSimulation.worker.js",
9
- "lib/ui/components/Sprites/ExportSprite.js"
+ "lib/ui/components/Sprites/ExportSprite.js",
10
+ "utils/auth.ts"
11
],
12
"ignoreDependencies": [
13
"server-only",
0 commit comments