Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 26, 2025
1 parent 9a730e2 commit d7b62ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/build/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ export async function writeTypes(nitro: Nitro) {
? (
await nitro.unimport.generateTypeDeclarations({
exportHelper: false,
resolvePath: (i) => resolvedImportPathMap.get(i.from) ?? relativeWithDot(tsconfigDir, i.from),
resolvePath: (i) =>
resolvedImportPathMap.get(i.from) ??
relativeWithDot(tsconfigDir, i.from),
})
).trim()
: "",
Expand Down

0 comments on commit d7b62ca

Please sign in to comment.