chore: use same fs version everywhere
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user