Update vite.config.ts

added the v3_lazyRouteDiscovery flag
This commit is contained in:
Dustin Loring 2025-01-15 11:07:17 -05:00 committed by GitHub
parent 7313080c32
commit b8901ef984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ export default defineConfig((config) => {
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
v3_lazyRouteDiscovery: true,
},
}),
UnoCSS(),