We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d667c commit 174e9feCopy full SHA for 174e9fe
src/watch.ts
@@ -1,9 +1,8 @@
1
-import type { ListenOptions } from "node:net";
2
import type { RequestListener } from "node:http";
3
import { resolve } from "node:path";
4
import { watch } from "node:fs";
5
import { fileURLToPath } from "mlly";
6
-import type { Listener, WatchOptions } from "./types";
+import type { Listener, ListenOptions, WatchOptions } from "./types";
7
import { listen } from "./listen";
8
9
export async function listenAndWatch(
0 commit comments