Skip to content

Commit

Permalink
chore: fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 17, 2023
1 parent 65d667c commit 174e9fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/watch.ts
@@ -1,9 +1,8 @@
import type { ListenOptions } from "node:net";
import type { RequestListener } from "node:http";
import { resolve } from "node:path";
import { watch } from "node:fs";
import { fileURLToPath } from "mlly";
import type { Listener, WatchOptions } from "./types";
import type { Listener, ListenOptions, WatchOptions } from "./types";
import { listen } from "./listen";

export async function listenAndWatch(
Expand Down

0 comments on commit 174e9fe

Please sign in to comment.