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 d2ba5f7 commit 1d516eeCopy full SHA for 1d516ee
rr/app/lib/db/schema.ts
@@ -1,10 +1,10 @@
1
import {
2
+ boolean,
3
integer,
4
pgTable,
- varchar,
5
text,
6
timestamp,
7
- boolean,
+ varchar,
8
} from "drizzle-orm/pg-core";
9
10
export const usersTable = pgTable("users", {
rr/app/routes/api.auth.$.ts
@@ -1,5 +1,5 @@
-import type { Route } from "./+types/api.auth.$";
import { getAuth } from "~/lib/auth";
+import type { Route } from "./+types/api.auth.$";
export async function loader({ request, context }: Route.LoaderArgs) {
const { env } = context.cloudflare;
0 commit comments