mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🚚 Add slash to typescript path shortcuts
This commit is contained in:
parent
5b658984a5
commit
0706541546
176 changed files with 733 additions and 733 deletions
|
|
@ -2,7 +2,7 @@ import { drizzle } from "drizzle-orm/node-postgres";
|
|||
import { migrate } from "drizzle-orm/postgres-js/migrator";
|
||||
import { LogLevel, LogManager, type MultiLogManager } from "log-manager";
|
||||
import { Client } from "pg";
|
||||
import { config } from "~/packages/config-manager";
|
||||
import { config } from "~//packages/config-manager";
|
||||
import * as schema from "./schema";
|
||||
|
||||
export const client = new Client({
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import {
|
|||
uniqueIndex,
|
||||
uuid,
|
||||
} from "drizzle-orm/pg-core";
|
||||
import type { Source as APISource } from "~types/mastodon/source";
|
||||
import type { Source as APISource } from "~/types/mastodon/source";
|
||||
|
||||
export const Emojis = pgTable("Emojis", {
|
||||
id: uuid("id").default(sql`uuid_generate_v7()`).primaryKey().notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue