Skip to content

Commit

Permalink
chore: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 11, 2024
1 parent ff38237 commit d31313c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,7 @@ const relativeUrlMechanisms: Record<
`(typeof document === 'undefined' && typeof location === 'undefined' ? ${getFileUrlFromRelativePath(
relativePath,
)} : ${getRelativeUrlFromDocument(relativePath, true)})`,
app: () => 'todo',
}
/* end of copy */

Expand Down

0 comments on commit d31313c

Please sign in to comment.