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:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user