mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 15:14:56 +02:00
small clients ui tweaks
This commit is contained in:
parent
f960fb7d67
commit
fa6fc9e80d
25 changed files with 215 additions and 377 deletions
|
@ -3,7 +3,7 @@ import { MessageHandler } from "../ws";
|
|||
import logger from "@server/logger";
|
||||
import { fromError } from "zod-validation-error";
|
||||
import db from "@server/db";
|
||||
import { clients, clientSites, Newt, sites } from "@server/db/schema";
|
||||
import { clients, clientSites, Newt, sites } from "@server/db/schemas";
|
||||
import { eq } from "drizzle-orm";
|
||||
import { updatePeer } from "../olm/peers";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue