mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
More work on converting old Prisma calls to Drizzle
This commit is contained in:
parent
66922faa51
commit
ad0bf1a350
82 changed files with 2580 additions and 5631 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { appendFile, mkdir, exists } from "node:fs/promises";
|
||||
import { appendFile, exists, mkdir } from "node:fs/promises";
|
||||
import { dirname } from "node:path";
|
||||
import type { BunFile } from "bun";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue