Skip to content

Commit aef89c8

Browse files
committed
fix: fix --config not expanding properly on windows
1 parent 355ba81 commit aef89c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import path from "node:path";
1+
import path from "node:path/posix";
22
import {
33
type ConfigData,
44
type ConfigLoader,

0 commit comments

Comments
 (0)