Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create-vite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async function init() {
// user choice associated with prompts
const { framework, overwrite, packageName, variant } = result

const root = path.join(cwd, targetDir)
const root = path.resolve(cwd, targetDir)
Comment thread
bluwy marked this conversation as resolved.
Outdated

if (overwrite) {
emptyDir(root)
Expand Down