Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
added v3_lazyRouteDiscovery to the fvite.config.ts without any side effects.
this removes the warning in terminal
  • Loading branch information
dustinwloring1988 committed Dec 15, 2024
1 parent c4f94aa commit fb8191e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default defineConfig((config) => {
future: {
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true
v3_throwAbortReason: true,
v3_lazyRouteDiscovery: true
},
}),
UnoCSS(),
Expand Down

0 comments on commit fb8191e

Please sign in to comment.