Skip to content

Commit e97f583

Browse files
committed
remove auth slop better-auth, add shadcn utils back
1 parent 7256ec4 commit e97f583

File tree

3 files changed

+29
-188
lines changed

3 files changed

+29
-188
lines changed

app/lib/utils.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { clsx, type ClassValue } from "clsx";
2+
import { twMerge } from "tailwind-merge";
3+
4+
export function cn(...inputs: ClassValue[]) {
5+
return twMerge(clsx(inputs));
6+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@remotion/transitions": "4.0.329",
4040
"@types/cors": "^2.8.19",
4141
"axios": "^1.13.5",
42-
"better-auth": "^1.4.5",
4342
"class-variance-authority": "^0.7.1",
4443
"clsx": "^2.1.1",
4544
"cors": "^2.8.5",

0 commit comments

Comments
 (0)