mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(api): ✨ Add user emoji upload capabilities
This commit is contained in:
parent
980f4c8021
commit
da2520e60e
36 changed files with 5440 additions and 3340 deletions
|
|
@ -2,7 +2,7 @@ import { config } from "config-manager";
|
|||
import type { Config } from "drizzle-kit";
|
||||
|
||||
export default {
|
||||
driver: "pg",
|
||||
dialect: "postgresql",
|
||||
out: "./drizzle",
|
||||
schema: "./drizzle/schema.ts",
|
||||
dbCredentials: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue