mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 18:56:39 +00:00
move schema.ts to module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { db } from "@server/db";
|
||||
import { resources, targets } from "@server/db/schema";
|
||||
import { resources, targets } from "@server/db/schemas";
|
||||
import { eq } from "drizzle-orm";
|
||||
|
||||
let currentBannedPorts: number[] = [];
|
||||
|
||||
Reference in New Issue
Block a user