feat: add ultracite (#452)

* Init ultracite

* Update scripts and biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Run format
This commit is contained in:
Hayden Bleasel
2025-07-25 00:41:34 +03:00
committed by GitHub
parent 7b840e9b4e
commit 5931ddb77a
113 changed files with 8033 additions and 7070 deletions
+1 -1
View File
@@ -19,4 +19,4 @@
"devDependencies": {
"@types/node": "^22.10.2"
}
}
}
+2 -2
View File
@@ -2,7 +2,7 @@
export * from "./server";
// Re-export client auth
export * from "./client";
export * from "./client";
// Re-export keys
export * from "./keys";
export * from "./keys";
+1 -1
View File
@@ -3,7 +3,7 @@ import { drizzleAdapter } from "better-auth/adapters/drizzle";
import { db } from "@opencut/db";
import { keys } from "./keys";
const { NEXT_PUBLIC_BETTER_AUTH_URL, BETTER_AUTH_SECRET } = keys()
const { NEXT_PUBLIC_BETTER_AUTH_URL, BETTER_AUTH_SECRET } = keys();
export const auth = betterAuth({
database: drizzleAdapter(db, {