Generate the cert properly

This commit is contained in:
Owen
2026-08-17 13:45:51 -04:00
parent 555b36e13e
commit 87a3e5ceea
6 changed files with 4 additions and 15 deletions
-3
View File
@@ -51,9 +51,6 @@ import { tierMatrix } from "../billing/tierMatrix";
import { isValidCIDR, isValidIP, isValidUrlGlobPattern } from "../validators";
import { Config, isTargetsOnlyResource, TargetData } from "./types";
import { getOrCreateLabelIds, syncResourceLabels } from "./labels";
import HttpCode from "@server/types/HttpCode";
import createHttpError from "http-errors";
import next from "next";
import { LimitId } from "../billing";
import { usageService } from "../billing/usageService";
import { syncInferenceAiConfig } from "./aiProviders";