feat: continued migration

This commit is contained in:
LukeGus
2026-05-12 02:12:02 -05:00
parent 0efcb7de7e
commit 835b98a102
19 changed files with 1836 additions and 682 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ export type Host = {
port: number;
folder: string;
online: boolean;
cpu: number;
ram: number;
cpu: number | null;
ram: number | null;
lastAccess: string;
tags?: string[];
authType: "password" | "key" | "credential" | "none" | "opkssh";