Skip to content

Commit 174e9fe

Browse files
committed
chore: fix type import
1 parent 65d667c commit 174e9fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/watch.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import type { ListenOptions } from "node:net";
21
import type { RequestListener } from "node:http";
32
import { resolve } from "node:path";
43
import { watch } from "node:fs";
54
import { fileURLToPath } from "mlly";
6-
import type { Listener, WatchOptions } from "./types";
5+
import type { Listener, ListenOptions, WatchOptions } from "./types";
76
import { listen } from "./listen";
87

98
export async function listenAndWatch(

0 commit comments

Comments
 (0)