mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-26 01:20:26 +01:00
Working
This commit is contained in:
@@ -10,3 +10,5 @@ export function useDrizzle() {
|
||||
const config = useRuntimeConfig()
|
||||
return drizzle(postgres(config.postgres.url, { prepare: false, max: 50 }), { schema })
|
||||
}
|
||||
|
||||
export type UserInsert = typeof schema.users.$inferInsert
|
||||
|
||||
Reference in New Issue
Block a user