Implement Discord linking
Some checks failed
/ build (push) Failing after 4m43s

This commit is contained in:
Jorge Vargas 2025-03-21 11:35:03 -06:00
parent 0ec019f959
commit 4cafc41b88
11 changed files with 192 additions and 77 deletions

1
src/env.d.ts vendored
View file

@ -6,5 +6,6 @@ declare namespace App {
session: import('better-auth').Session | null
permissions: string[]
pages: string[]
roles: string[]
}
}