mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat: contact to frontpage and biome
This commit is contained in:
parent
e305bc4796
commit
1a1530957a
4 changed files with 65 additions and 64 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { drizzle } from 'drizzle-orm/postgres-js'
|
||||
import postgres from 'postgres'
|
||||
import * as schema from './schema'
|
||||
import { drizzle } from "drizzle-orm/postgres-js";
|
||||
import postgres from "postgres";
|
||||
import * as schema from "./schema";
|
||||
|
||||
const client = postgres(process.env.DATABASE_URL!)
|
||||
const client = postgres(process.env.DATABASE_URL!);
|
||||
export const db = drizzle({ client, schema });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue