Remove Prisma once and for all

This commit is contained in:
Jesse Wierzbinski 2024-04-13 14:46:33 -10:00
parent 90d522eaa3
commit a65249b79d
No known key found for this signature in database
18 changed files with 112 additions and 563 deletions

View file

@ -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

View file

@ -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;
};
*/