From 817164e34248c559d4a883bf991e48407111473a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 12 Sep 2023 18:09:08 +0200 Subject: Remove unused dependency --- src/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/index.ts b/src/index.ts index 1b181a1..8ae1d0d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,6 @@ import fsp from "node:fs/promises"; import util from "node:util"; import { withHtmlLiveReload } from "bun-html-live-reload"; -import containsPath from "contains-path"; import readConfig from "./config"; -- cgit 1.4.1