mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 23:48:09 -05:00
fix lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PostgresJsDatabase, drizzle } from 'drizzle-orm/postgres-js'
|
||||
import { drizzle, type PostgresJsDatabase } from 'drizzle-orm/postgres-js'
|
||||
import postgres from 'postgres'
|
||||
import { env } from '@/lib/env'
|
||||
import * as schema from './schema'
|
||||
@@ -13,7 +13,7 @@ const drizzleClient = drizzle(
|
||||
idle_timeout: 30, // Keep connections alive for 30 seconds when idle
|
||||
connect_timeout: 30, // Timeout after 30 seconds when connecting
|
||||
}),
|
||||
{ schema },
|
||||
{ schema }
|
||||
)
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user