Skip to content

Commit

Permalink
Merge pull request #751 from dustinwloring1988/fix/v3_lazyRouteDiscov…
Browse files Browse the repository at this point in the history
…ery-warn

fix: update vite.config.ts
  • Loading branch information
thecodacus authored Dec 15, 2024
2 parents e9376db + fb8191e commit b586783
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 b586783

Please sign in to comment.