Skip to content

Commit c1b2907

Browse files
authored
fix(lib): replace node:url with url to satisfy effect lint rules (#16)
1 parent 6f7d203 commit c1b2907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/shell/files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { type FileSpec, planFiles } from "../core/templates.js"
1010
import { FileExistsError } from "./errors.js"
1111
import { resolveBaseDir } from "./paths.js"
1212

13-
import { fileURLToPath } from "node:url"
13+
import { fileURLToPath } from "url"
1414

1515
const ensureParentDir = (path: Path.Path, fs: FileSystem.FileSystem, filePath: string) =>
1616
fs.makeDirectory(path.dirname(filePath), { recursive: true })

0 commit comments

Comments
 (0)