Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Feb 9, 2025
2 parents 8b943a8 + 14d7788 commit 211fa7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:knip": "knip --exclude unresolved",
"test:types": "vue-tsc --noEmit && pnpm -r test:types"
},
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.1",
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default defineCommand({
if (!normalizedId.includes(entry.input))
continue

const distFile = await resolvePath(join(dirname(pathToFileURL(normalizedId).href.replace(entry.input, entry.outDir!)), filename(normalizedId)))
const distFile = await resolvePath(join(dirname(pathToFileURL(normalizedId).href.replace(entry.input, entry.outDir!)), filename(normalizedId)!))
if (distFile) {
return {
external: true,
Expand Down

0 comments on commit 211fa7a

Please sign in to comment.