Remove unused import
1 file changed, 0 insertions(+), 1 deletion(-)
jump to
M src/index.ts → 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";