update server-control.ts
This commit is contained in:
@@ -4,15 +4,16 @@
|
||||
|
||||
import {
|
||||
execCommand,
|
||||
execCommandShell,
|
||||
fetchWithTimeout,
|
||||
log,
|
||||
ProcessBar,
|
||||
readFileToString,
|
||||
sleep,
|
||||
} from "https://global.hatter.ink/script/get/@24/deno-commons-mod.ts";
|
||||
import {assertEquals} from "jsr:@std/assert";
|
||||
import {assert} from "jsr:@std/assert/assert";
|
||||
import {fromFileUrl} from "https://deno.land/std/path/mod.ts";
|
||||
import {execCommandShell, readFileToString,} from "../libraries/deno-commons-mod.ts";
|
||||
|
||||
interface HealthCheck {
|
||||
url?: string;
|
||||
|
||||
Reference in New Issue
Block a user