Skip to content

Commit

Permalink
feat: replace path with pathe
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Dec 26, 2024
1 parent f6d87fa commit 5b68a3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"chalk": "^5.3.0",
"defu": "^6.1.4",
"execa": "^8.0.1",
"pathe": "^1.1.2",
"prompts": "^2.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/package-utils/setup-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
PREDEFINED_LOG_MESSAGES,
} from "./log-helpers";
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
import { join } from "path";
import { join } from "pathe";

export type DatabaseProviderType =
| "sqlite"
Expand Down

0 comments on commit 5b68a3a

Please sign in to comment.