fix(classes.base): Use type-only import for DockerHost in classes.base to avoid runtime side-effects

This commit is contained in:
2025-11-24 13:06:44 +00:00
parent 8d043d20a8
commit 5691e5fb78
3 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { DockerHost } from './classes.host.js';
import type { DockerHost } from './classes.host.js';
/**
* Abstract base class for all Docker resources.