diff --git a/src/types.ts b/src/types.ts index fe7b402..1406725 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,4 @@ -import { IncomingMessage, ServerResponse } from 'node:http'; +import { IncomingMessage, ServerResponse } from 'http'; export interface ViteMockOptions { mockPath?: string;