Update vite.config.ts

added v3_lazyRouteDiscovery to the fvite.config.ts without any side effects.
this removes the warning in terminal
This commit is contained in:
Dustin Loring 2024-12-15 15:20:22 -05:00
parent c4f94aa517
commit fb8191ebb0

View File

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