chore: use same fs version everywhere

This commit is contained in:
Max Richter
2025-10-28 20:36:03 +01:00
parent d9403925c5
commit dfa3826ec5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import * as env from "@lib/env.ts";
import { ensureDir } from "https://deno.land/std@0.224.0/fs/mod.ts";
import { ensureDir } from "fs";
import { join } from "node:path";
import { getLogLevel, LOG_LEVEL } from "@lib/log/types.ts";