refactor: lint apps/docker/__test__ files

This commit is contained in:
Marukome0743
2025-07-28 20:32:07 +09:00
parent 17e9154887
commit f26c1c0da6
25 changed files with 45 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
import { addSuffixToAllProperties } from "@dokploy/server";
import type { ComposeSpecification } from "@dokploy/server";
import { addSuffixToAllProperties } from "@dokploy/server";
import { load } from "js-yaml";
import { expect, test } from "vitest";