Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Oct 22, 2021
1 parent 16cf302 commit e1f47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/middlewares/static.ts
Expand Up @@ -12,7 +12,7 @@ import {
isWindows,
slash
} from '../../utils'
import { AccessRestrictedError, renderErrorHTML } from './error'
import { AccessRestrictedError } from './error'

const sirvOptions: Options = {
dev: true,
Expand Down

0 comments on commit e1f47b9

Please sign in to comment.