Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 27, 2023
1 parent 664b6ff commit 67b263b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/_utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { networkInterfaces } from "node:os";
import { relative } from "pathe";
import { colors } from "consola/utils";
import { ListenURL, ListenOptions, GetURLOptions } from "./types";
import { ListenOptions } from "./types";

export function getNetworkInterfaces(includeIPV6?: boolean): string[] {
const addrs = new Set<string>();
Expand Down
1 change: 0 additions & 1 deletion src/listen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import type {
GetURLOptions,
} from "./types";
import {
formatAddress,
formatURL,
getNetworkInterfaces,
isLocalhost,
Expand Down

0 comments on commit 67b263b

Please sign in to comment.