Skip to content

Commit

Permalink
Fix future flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 11, 2024
1 parent 8154a39 commit 2679070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
v3_throwAbortReason: true,
v3_singleFetch: true,
v3_lazyRouteDiscovery: true,
unstable_optimizeDeps: true,
v3_optimizeDeps: true,
},
}),
],
Expand Down

0 comments on commit 2679070

Please sign in to comment.