mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Code cleanup, refresh lockfile
This commit is contained in:
parent
bc051ed043
commit
53fa9ca545
8 changed files with 8 additions and 16 deletions
|
|
@ -2,11 +2,7 @@ import { config } from "config-manager";
|
|||
import { drizzle } from "drizzle-orm/node-postgres";
|
||||
import { Client } from "pg";
|
||||
import * as schema from "./schema";
|
||||
import {
|
||||
LogLevel,
|
||||
type LogManager,
|
||||
type MultiLogManager,
|
||||
} from "~packages/log-manager";
|
||||
import { LogLevel, type LogManager, type MultiLogManager } from "log-manager";
|
||||
import { migrate } from "drizzle-orm/postgres-js/migrator";
|
||||
|
||||
export const client = new Client({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue