small clients ui tweaks

This commit is contained in:
miloschwartz 2025-04-20 16:49:48 -04:00
parent f960fb7d67
commit fa6fc9e80d
No known key found for this signature in database
25 changed files with 215 additions and 377 deletions

View file

@ -3,7 +3,7 @@ import db from "@server/db";
import { hash } from "@node-rs/argon2";
import HttpCode from "@server/types/HttpCode";
import { z } from "zod";
import { newts } from "@server/db/schema";
import { newts } from "@server/db/schemas";
import createHttpError from "http-errors";
import response from "@server/lib/response";
import { SqliteError } from "better-sqlite3";