Skip to content

Commit fada517

Browse files
committed
chore: full repository cleanup - removed Clerk, consolidated k8s, cleaned prisma schema and dead scripts
1 parent 5eb12c8 commit fada517

12 files changed

Lines changed: 7 additions & 386 deletions

File tree

bun.lock

Lines changed: 3 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openbooklm-deployment.yaml

Lines changed: 0 additions & 111 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"lucide-react": "^0.577.0",
3838
"nanoid": "^5.1.0",
3939
"next": "16.1.6",
40-
"next-auth": "^4.24.11",
4140
"next-themes": "^0.4.6",
4241
"perf_hooks": "^0.0.1",
4342
"prisma": "6.3.0",

prisma/schema.prisma

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ datasource db {
1010

1111
model User {
1212
id String @id @default(cuid())
13-
clerkId String? @unique
1413
email String @unique
1514
name String?
1615
isGuest Boolean @default(false)

0 commit comments

Comments
 (0)