mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Remove Prisma once and for all
This commit is contained in:
parent
90d522eaa3
commit
a65249b79d
18 changed files with 112 additions and 563 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { Application } from "@prisma/client";
|
||||
import type { Application } from "~database/entities/Application";
|
||||
|
||||
/**
|
||||
* Check if an OAuth application is valid for a route
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { Prisma } from "@prisma/client";
|
||||
/* import type { Prisma } from "@prisma/client";
|
||||
import chalk from "chalk";
|
||||
import { config } from "config-manager";
|
||||
import Redis from "ioredis";
|
||||
|
|
@ -56,3 +56,4 @@ export const initializeRedisCache = async () => {
|
|||
|
||||
return null;
|
||||
};
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue