add exit node name and fix db import issues

This commit is contained in:
miloschwartz
2025-06-15 17:49:27 -04:00
parent d46b9eaf87
commit b39708700d
24 changed files with 39 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
import { NextFunction, Request, Response } from "express";
import db from "@server/db";
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/schemas";
import { newts } from "@server/db";
import createHttpError from "http-errors";
import response from "@server/lib/response";
import { SqliteError } from "better-sqlite3";