Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(vite): enable fs strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 3, 2022
1 parent ea17148 commit 6d96d82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schema/src/config/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default defineUntypedSchema({
},
server: {
fs: {
strict: false,
allow: {
$resolve: async (val, get) => [
await get('buildDir'),
Expand Down

0 comments on commit 6d96d82

Please sign in to comment.