diff options
author | Alan Pearce | 2023-09-12 18:09:08 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-12 18:09:08 +0200 |
commit | 817164e34248c559d4a883bf991e48407111473a (patch) | |
tree | 9d974e83e4dcc8efd96e464e9e49cbdeb7330a47 /src | |
parent | 2ea9c80f1599398e122e3531c6e9be6b091e60af (diff) | |
download | website-817164e34248c559d4a883bf991e48407111473a.tar.lz website-817164e34248c559d4a883bf991e48407111473a.tar.zst website-817164e34248c559d4a883bf991e48407111473a.zip |
Remove unused dependency
Diffstat (limited to 'src')
-rw-r--r-- | src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |