Skip to content

Commit

Permalink
refactor: update unenv import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 19, 2024
1 parent f3f05ec commit 76736ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/plain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IncomingMessage } from "node:http";
import {
IncomingMessage as NodeIncomingMessage,
ServerResponse as NodeServerResponse,
} from "unenv/runtime/node/http";
} from "unenv/runtime/node/http/index";
import type { App } from "../app";
import type { HTTPMethod } from "../types";
import { createError, isError, sendError } from "../error";
Expand Down

0 comments on commit 76736ea

Please sign in to comment.