Skip to content

Commit

Permalink
refactor(remix-dev/vite): fix typo in resolve-file-url.ts (#9383)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed May 7, 2024
1 parent 142f47b commit feb25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/vite/resolve-file-url.ts
Expand Up @@ -13,7 +13,7 @@ export const resolveFileUrl = (

if (!isWithinRoot) {
// Vite will prevent serving files outside of the workspace
// unless user explictly opts in with `server.fs.allow`
// unless user explicitly opts in with `server.fs.allow`
// https://vitejs.dev/config/server-options.html#server-fs-allow
return path.posix.join("/@fs", vite.normalizePath(filePath));
}
Expand Down

0 comments on commit feb25eb

Please sign in to comment.