fix: appease lint after merge

This commit is contained in:
Peter Steinberger
2026-01-03 21:44:05 +00:00
parent e2709a3ebd
commit 8b069e62fc
4 changed files with 41 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
import type { AddressInfo } from "node:net";
import type { Server } from "node:http";
import type { AddressInfo } from "node:net";
import express from "express";
import type { ResolvedBrowserConfig } from "./config.js";