mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
eslint
This commit is contained in:
parent
d300eb73fb
commit
840c24e3ca
@ -1,10 +1,10 @@
|
||||
import { randomBytes } from "node:crypto";
|
||||
import { readFile } from "node:fs/promises";
|
||||
import { join } from "node:path";
|
||||
import type { Domain } from "@/server/api/services/domain";
|
||||
import { TRPCError } from "@trpc/server";
|
||||
import { templates } from "../templates";
|
||||
import type { TemplatesKeys } from "../types/templates-data.type";
|
||||
import type { Domain } from "@/server/api/services/domain";
|
||||
|
||||
export interface Schema {
|
||||
serverIp: string;
|
||||
|
Loading…
Reference in New Issue
Block a user