From 70ed3ef3904d0cba576099cf171b332da5705156 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva Date: Thu, 9 Feb 2023 15:01:18 -0300 Subject: [PATCH] fix NodeNext module resolution compatibility Issue #4621 --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index 4211572896..a4b87994eb 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -41,7 +41,7 @@ import { SecondArg, } from "./typed-events"; import { patchAdapter, restoreAdapter, serveFile } from "./uws"; -import type { BaseServer } from "engine.io/build/server"; +import type { BaseServer } from "engine.io"; const debug = debugModule("socket.io:server");