mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
refactor: migrate to vite and restructure repo
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { MutationCtx, QueryCtx } from "../_generated/server"
|
||||
import { authComponent } from "../auth"
|
||||
import * as Err from "./error"
|
||||
import * as Err from "../shared/error"
|
||||
|
||||
export type AuthUser = Awaited<ReturnType<typeof authComponent.getAuthUser>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user