style: format extension relay imports

This commit is contained in:
Peter Steinberger
2026-02-19 07:44:06 +00:00
parent ff1189c6d6
commit 1c04f5fcbb

View File

@@ -1,7 +1,7 @@
import type { IncomingMessage } from "node:http";
import { createServer } from "node:http";
import type { AddressInfo } from "node:net";
import type { Duplex } from "node:stream";
import { createServer } from "node:http";
import WebSocket, { WebSocketServer } from "ws";
import { loadConfig } from "../config/config.js";
import { isLoopbackAddress, isLoopbackHost } from "../gateway/net.js";