This commit is contained in:
2026-02-05 00:24:29 +08:00
parent e098e5926d
commit cfcd919cd1
3 changed files with 19 additions and 6 deletions

View File

@@ -7,8 +7,11 @@
// https://play.hatter.me/doc/showDocDetail.jssp?id=8882
// deno-1.6.0 run --allow-all server-control.ts ??
// or
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@2/server-control.ts ??
// deno-1.6.0 run --allow-all https://script.hatter.ink/@2/server-control.ts ??
import {log} from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts";
import {serverControlMain} from "https://global.hatter.ink/script/get/@3/deno-server-control-1.6.0-mod.ts";
import {serverControlMain} from "https://global.hatter.ink/script/get/@5/deno-server-control-1.6.0-mod.ts";
serverControlMain(import.meta.url).catch((e) => log.error(e));