add timeline schema

This commit is contained in:
2026-02-22 13:54:44 +01:00
parent f2ee7d773f
commit dca6ffd84d
8 changed files with 99 additions and 9 deletions

View File

@@ -16,4 +16,9 @@ export const auth = betterAuth({
enabled: true,
},
plugins: [tanstackStartCookies()],
advanced: {
database: {
generateId: "uuid",
},
},
});