From 671c7897acb5e1e54d94b192cab567acaf4988f8 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Fri, 2 Feb 2024 23:57:35 +0100 Subject: [PATCH] fix --- code/lib/types/src/modules/core-common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/types/src/modules/core-common.ts b/code/lib/types/src/modules/core-common.ts index fa2e359055ab..7a6bd8a99699 100644 --- a/code/lib/types/src/modules/core-common.ts +++ b/code/lib/types/src/modules/core-common.ts @@ -2,7 +2,7 @@ import type { FileSystemCache } from 'file-system-cache'; import type { Options as TelejsonOptions } from 'telejson'; import type { Router } from 'express'; -import type { Server } from 'node:http'; +import type { Server } from 'http'; import type { PackageJson as PackageJsonFromTypeFest } from 'type-fest'; import type { StoriesEntry, Indexer } from './indexer';