Skip to content

Commit

Permalink
use path
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jul 2, 2023
1 parent 255557c commit 5945d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vinxi/bin/cli.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import mri from "mri";
import { join, resolve } from "path";
import { join, resolve } from "pathe";

async function main() {
const args = mri(process.argv.slice(2));
Expand Down

0 comments on commit 5945d8e

Please sign in to comment.