removed utterance system atm

This commit is contained in:
averel10
2026-03-08 09:47:12 +01:00
parent c08dc46305
commit 194396940e
16 changed files with 220 additions and 516 deletions

View File

@@ -7,9 +7,10 @@
"build": "next build",
"start": "next start",
"db:push": "drizzle-kit push",
"auth:push": "auth migrate"
"auth:push": "auth generate"
},
"dependencies": {
"@better-auth/drizzle-adapter": "^1.5.4",
"@libsql/client": "^0.17.0",
"@tailwindcss/postcss": "^4.2.1",
"auth": "^1.5.3",