Compare commits
2 Commits
f21a7e60fe
...
f438957c3c
| Author | SHA1 | Date | |
|---|---|---|---|
| f438957c3c | |||
| 747725bb3b |
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "clean",
|
||||
"private": true,
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev:types": "bun run type:generate && bun --bun vite dev --host",
|
||||
|
||||
@@ -4,8 +4,8 @@ import { getConfig } from '$lib/server/config';
|
||||
import { db } from '$lib/server/db';
|
||||
import * as schema from '$lib/server/db/schema';
|
||||
import { emailer } from '$lib/server/emails';
|
||||
import { betterAuth } from 'better-auth';
|
||||
import { drizzleAdapter } from 'better-auth/adapters/drizzle';
|
||||
import { betterAuth } from 'better-auth/minimal';
|
||||
import { admin, twoFactor, username } from 'better-auth/plugins';
|
||||
import { genericOAuth, type GenericOAuthConfig } from 'better-auth/plugins/generic-oauth';
|
||||
import { sveltekitCookies } from 'better-auth/svelte-kit';
|
||||
|
||||
Reference in New Issue
Block a user