about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-13 15:20:32 +0200
committerAlan Pearce2023-09-13 15:20:32 +0200
commitae9de0eaaf7f6f5aa6114671aefe297ce6e8f3f1 (patch)
tree700f29a6ee194f220069459dd97947761b90cb44
parent2574e38f6241bfa4dd5193fcb636e8b76f5c6437 (diff)
downloadhomestead-ae9de0eaaf7f6f5aa6114671aefe297ce6e8f3f1.tar.lz
homestead-ae9de0eaaf7f6f5aa6114671aefe297ce6e8f3f1.tar.zst
homestead-ae9de0eaaf7f6f5aa6114671aefe297ce6e8f3f1.zip
Remove unused import
-rw-r--r--src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index db06d3b..ff154fa 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,6 +1,5 @@
 import path from "node:path";
 import fs, { Stats } from "node:fs";
-import fsp from "node:fs/promises";
 import type { BunFile, Serve } from "bun";
 
 import readConfig from "./config";